Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 11bc2ed commit f339289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-crystal-shards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ jobs:
container: ubuntu:latest
services:
postgres:
image: postgres:17.0-alpine
image: postgres:17.2-alpine
env:
POSTGRES_HOST_AUTH_METHOD: trust
mysql:
image: mysql:9.1
image: mysql:9.2
env:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
redis:
Expand Down Expand Up @@ -199,11 +199,11 @@ jobs:
./test-ecosystem/scripts/apt-install-crystal-deps.sh
./test-ecosystem/scripts/00-install-bats.sh
- name: Initialize postgres
uses: docker://postgres:17.0-alpine
uses: docker://postgres:17.2-alpine
with:
args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
- name: Initialize mysql
uses: docker://mysql:9.1
uses: docker://mysql:9.2
with:
args: /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
- name: Configure git
Expand Down

0 comments on commit f339289

Please sign in to comment.