Skip to content

Commit 50f57d8

Browse files
Update mysql Docker tag to v9.6
1 parent 42cec1e commit 50f57d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-crystal-shards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
env:
170170
POSTGRES_HOST_AUTH_METHOD: trust
171171
mysql:
172-
image: mysql:9.5
172+
image: mysql:9.6
173173
env:
174174
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
175175
redis:
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
205205
- name: Initialize mysql
206-
uses: docker://mysql:9.5
206+
uses: docker://mysql:9.6
207207
with:
208208
args: /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
209209
- name: Configure git

0 commit comments

Comments
 (0)