Skip to content

Commit

Permalink
Update mysql Docker tag to v9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 9d71511 commit d93e222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-crystal-shards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
env:
POSTGRES_HOST_AUTH_METHOD: trust
mysql:
image: mysql:9.0
image: mysql:9.1
env:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
redis:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
with:
args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
- name: Initialize mysql
uses: docker://mysql:9.0
uses: docker://mysql:9.1
with:
args: /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
- name: Configure git
Expand Down

0 comments on commit d93e222

Please sign in to comment.