Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 45b7beb commit fd0f9a0
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8.4
image: mysql:9.0
ports:
- "3306:3306"
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
tty: true
stdin_open: true
mysql:
image: mysql:8.4
image: mysql:9.0
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
ports:
Expand Down

0 comments on commit fd0f9a0

Please sign in to comment.