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 committed Oct 16, 2024
1 parent b043ffb commit 3155531
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-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--health-start-period 10s
--health-retries 20
mysql:
image: mysql:5.7
image: mysql:9.1
env:
MYSQL_USER: otel
MYSQL_PASSWORD: secret
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--health-start-period 10s
--health-retries 20
mysql:
image: mysql:5.7
image: mysql:9.1
env:
MYSQL_USER: otel
MYSQL_PASSWORD: secret
Expand Down

0 comments on commit 3155531

Please sign in to comment.