Skip to content

Commit

Permalink
Support MySQL 8.4 (#542)
Browse files Browse the repository at this point in the history
Fixes #469
  • Loading branch information
adangel authored Feb 1, 2025
1 parent ef923b4 commit 2af5d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
java: [8, 11, 17, 21]
mysql: ["8.0", "8.2"]
mysql: ["8.0", "8.4"]
mariadb: [10, 11]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<config_user>root</config_user>
<config_password>root</config_password>
<config_dbname>testdb</config_dbname>
<mysql_image>mysql:8.2</mysql_image>
<mysql_image>mysql:8.4</mysql_image>
<mariadb_image>mariadb:11</mariadb_image>

<docker.removeVolumes>true</docker.removeVolumes>
Expand Down

0 comments on commit 2af5d60

Please sign in to comment.