Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.3.0 #77

Merged
merged 12 commits into from
Sep 9, 2024
Prev Previous commit
Next Next commit
Update mysql Docker tag to v9
  • Loading branch information
renovate[bot] authored Sep 9, 2024
commit 9aa2564e85bedbfd17b4ed5da6f4c0e9e19dbfcf
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

services:
mysql:
image: mysql:8.4
image: mysql:9.0
env:
MYSQL_ALLOW_EMPTY_PASSWORD: false
ports:
Expand Down