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:
|
||||
- /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:
|
||||
image: mysql:8.4
|
||||
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
|
||||
|
||||
mysql:
|
||||
name: MySQL (${{ matrix.service-name }})
|
||||
name: MySQL 8.4
|
||||
needs: build
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||
timeout-minutes: 20
|
||||
strategy:
|
||||
matrix:
|
||||
service-name: ['mysql-8.0.13', 'mysql-8.4']
|
||||
env:
|
||||
DB_MYSQLDB_PASSWORD: password
|
||||
steps:
|
||||
@@ -99,8 +96,7 @@ jobs:
|
||||
uses: isbang/compose-action@802a148945af6399a338c7906c267331b39a71af # v2.0.0
|
||||
with:
|
||||
compose-file: ./.github/docker-compose.yml
|
||||
services: |
|
||||
${{ matrix.service-name }}
|
||||
services: mysql-8.4
|
||||
|
||||
- name: Test MySQL
|
||||
working-directory: packages/cli
|
||||
|
||||
Reference in New Issue
Block a user