mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Drop MySQL 8.0.13 (#18759)
This commit is contained in:
10
.github/docker-compose.yml
vendored
10
.github/docker-compose.yml
vendored
@@ -10,16 +10,6 @@ services:
|
|||||||
tmpfs:
|
tmpfs:
|
||||||
- /var/lib/mysql
|
- /var/lib/mysql
|
||||||
|
|
||||||
mysql-8.0.13:
|
|
||||||
image: mysql:8.0.13
|
|
||||||
environment:
|
|
||||||
- MYSQL_DATABASE=n8n
|
|
||||||
- MYSQL_ROOT_PASSWORD=password
|
|
||||||
ports:
|
|
||||||
- 3306:3306
|
|
||||||
tmpfs:
|
|
||||||
- /var/lib/mysql
|
|
||||||
|
|
||||||
mysql-8.4:
|
mysql-8.4:
|
||||||
image: mysql:8.4
|
image: mysql:8.4
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
8
.github/workflows/ci-postgres-mysql.yml
vendored
8
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -80,13 +80,10 @@ jobs:
|
|||||||
run: pnpm test:mariadb --testTimeout 120000
|
run: pnpm test:mariadb --testTimeout 120000
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
name: MySQL (${{ matrix.service-name }})
|
name: MySQL 8.4
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
service-name: ['mysql-8.0.13', 'mysql-8.4']
|
|
||||||
env:
|
env:
|
||||||
DB_MYSQLDB_PASSWORD: password
|
DB_MYSQLDB_PASSWORD: password
|
||||||
steps:
|
steps:
|
||||||
@@ -99,8 +96,7 @@ jobs:
|
|||||||
uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0
|
uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0
|
||||||
with:
|
with:
|
||||||
compose-file: ./.github/docker-compose.yml
|
compose-file: ./.github/docker-compose.yml
|
||||||
services: |
|
services: mysql-8.4
|
||||||
${{ matrix.service-name }}
|
|
||||||
|
|
||||||
- name: Test MySQL
|
- name: Test MySQL
|
||||||
working-directory: packages/cli
|
working-directory: packages/cli
|
||||||
|
|||||||
Reference in New Issue
Block a user