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 Nov 21, 2024
1 parent cf6ba68 commit 3cbfae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ports:
- 5432:5432
mysql:
image: mysql:8
image: mysql:9
env:
MYSQL_DATABASE: test
MYSQL_USER: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8
image: mysql:9
env:
MYSQL_DATABASE: test
MYSQL_USER: test
Expand Down

0 comments on commit 3cbfae6

Please sign in to comment.