Skip to content

Commit 55dadd5

Browse files
committed
chore(deps): update mysql docker tag to v9.6
GitOrigin-RevId: 6902276da4a9b2b289fee3e305519949e222b791
1 parent 74348bb commit 55dadd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ports:
4747
- 5432:5432
4848
mysql:
49-
image: mysql:9.4
49+
image: mysql:9.6
5050
env:
5151
MYSQL_ROOT_PASSWORD: secret
5252
ports:
@@ -135,7 +135,7 @@ jobs:
135135
ports:
136136
- 5432:5432
137137
mysql:
138-
image: mysql:9.4
138+
image: mysql:9.6
139139
env:
140140
MYSQL_ROOT_PASSWORD: test
141141
ports:

0 commit comments

Comments
 (0)