From fa21c728b79bc19397d2958472ac56a73a554c99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:40:52 +0000 Subject: [PATCH] Update GH Actions --- .github/workflows/test-crystal-shards.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-crystal-shards.yml b/.github/workflows/test-crystal-shards.yml index df93b38..0465bec 100644 --- a/.github/workflows/test-crystal-shards.yml +++ b/.github/workflows/test-crystal-shards.yml @@ -165,11 +165,11 @@ jobs: container: ubuntu:latest services: postgres: - image: postgres:18.1-alpine + image: postgres:18.3-alpine env: POSTGRES_HOST_AUTH_METHOD: trust mysql: - image: mysql:9.5 + image: mysql:9.7 env: MYSQL_ALLOW_EMPTY_PASSWORD: 'yes' redis: @@ -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:18.1-alpine + uses: docker://postgres:18.3-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.5 + uses: docker://mysql:9.7 with: args: /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql" - name: Configure git