Skip to content

Commit 7710d46

Browse files
committed
chore(deps): update mysql docker tag to v9.6
GitOrigin-RevId: cded32e56a96e3fd78e35e40fd975621235021ba
1 parent 9c29335 commit 7710d46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ports:
2727
- 5432:5432
2828
mysql:
29-
image: mysql:9.4
29+
image: mysql:9.6
3030
env:
3131
MYSQL_ROOT_PASSWORD: test
3232
ports:
@@ -93,7 +93,7 @@ jobs:
9393
ports:
9494
- 5432:5432
9595
mysql:
96-
image: mysql:9.4
96+
image: mysql:9.6
9797
env:
9898
MYSQL_ROOT_PASSWORD: test
9999
ports:
@@ -206,7 +206,7 @@ jobs:
206206
ports:
207207
- 5432:5432
208208
mysql:
209-
image: mysql:9.4
209+
image: mysql:9.6
210210
env:
211211
MYSQL_ROOT_PASSWORD: test
212212
ports:

0 commit comments

Comments
 (0)