Skip to content

Commit 3155531

Browse files
committed
chore(deps): update mysql docker tag to v9
1 parent b043ffb commit 3155531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
--health-start-period 10s
4040
--health-retries 20
4141
mysql:
42-
image: mysql:5.7
42+
image: mysql:9.1
4343
env:
4444
MYSQL_USER: otel
4545
MYSQL_PASSWORD: secret

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--health-start-period 10s
3838
--health-retries 20
3939
mysql:
40-
image: mysql:5.7
40+
image: mysql:9.1
4141
env:
4242
MYSQL_USER: otel
4343
MYSQL_PASSWORD: secret

0 commit comments

Comments
 (0)