We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cec1e commit 50f57d8Copy full SHA for 50f57d8
.github/workflows/test-crystal-shards.yml
@@ -169,7 +169,7 @@ jobs:
169
env:
170
POSTGRES_HOST_AUTH_METHOD: trust
171
mysql:
172
- image: mysql:9.5
+ image: mysql:9.6
173
174
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
175
redis:
@@ -203,7 +203,7 @@ jobs:
203
with:
204
args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
205
- name: Initialize mysql
206
- uses: docker://mysql:9.5
+ uses: docker://mysql:9.6
207
208
args: /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
209
- name: Configure git
0 commit comments