Skip to content

Commit e4b70ff

Browse files
Update GH Actions (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11bc2ed commit e4b70ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ jobs:
165165
container: ubuntu:latest
166166
services:
167167
postgres:
168-
image: postgres:17.0-alpine
168+
image: postgres:17.2-alpine
169169
env:
170170
POSTGRES_HOST_AUTH_METHOD: trust
171171
mysql:
172-
image: mysql:9.1
172+
image: mysql:9.2
173173
env:
174174
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
175175
redis:
@@ -199,11 +199,11 @@ jobs:
199199
./test-ecosystem/scripts/apt-install-crystal-deps.sh
200200
./test-ecosystem/scripts/00-install-bats.sh
201201
- name: Initialize postgres
202-
uses: docker://postgres:17.0-alpine
202+
uses: docker://postgres:17.2-alpine
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.1
206+
uses: docker://mysql:9.2
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)