Skip to content

Commit

Permalink
ci: add MySQL 9.0 to coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Feb 5, 2025
1 parent 601a452 commit da7aaf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20.x]
mysql-version: ['mysql:5.7', 'mysql:8.0']
node-version: [22]
mysql-version: ['mysql:5.7', 'mysql:8.0', 'mysql:9.0']
use-compression: [0, 1]
use-tls: [0, 1]
static-parser: [0, 1]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
'mysql:8.2',
# 'mysql:8.3', # Already tested in "ci-linux"
# 'mysql:8.4', # TODO: Tests never end
'mysql:9.0',
# 'mysql:9.0', # Already tested in "ci-coverage"
'mysql:9.1',
'mysql:9.2',
]
Expand Down

0 comments on commit da7aaf9

Please sign in to comment.