Skip to content

Commit

Permalink
Test MySQL 8.4 LTS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed May 13, 2024
1 parent 16f167a commit 657c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
include:
# test higher PHP version with higher MariaDB and MySQL versions
- {php-version: "8.3", db-image: "mariadb:10.11", always: true}
- {php-version: "8.3", db-image: "mysql:8.0", always: true}
- {php-version: "8.3", db-image: "mysql:8.4", always: true}
# test other PHP versions
- {php-version: "8.2", db-image: "mariadb:10.11", always: false}
- {php-version: "8.1", db-image: "mariadb:10.11", always: false}
Expand Down

0 comments on commit 657c52f

Please sign in to comment.