Skip to content

Commit

Permalink
fix(deps): update mysql docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent eb3edeb commit 73fc18e
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql57:
image: mysql:5.7
image: mysql:8.4
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: mydb
Expand Down

0 comments on commit 73fc18e

Please sign in to comment.