File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ jobs:
165
165
container : ubuntu:latest
166
166
services :
167
167
postgres :
168
- image : postgres:17.0 -alpine
168
+ image : postgres:17.2 -alpine
169
169
env :
170
170
POSTGRES_HOST_AUTH_METHOD : trust
171
171
mysql :
172
- image : mysql:9.1
172
+ image : mysql:9.2
173
173
env :
174
174
MYSQL_ALLOW_EMPTY_PASSWORD : ' yes'
175
175
redis :
@@ -199,11 +199,11 @@ jobs:
199
199
./test-ecosystem/scripts/apt-install-crystal-deps.sh
200
200
./test-ecosystem/scripts/00-install-bats.sh
201
201
- name : Initialize postgres
202
- uses : docker://postgres:17.0 -alpine
202
+ uses : docker://postgres:17.2 -alpine
203
203
with :
204
204
args : /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
205
205
- name : Initialize mysql
206
- uses : docker://mysql:9.1
206
+ uses : docker://mysql:9.2
207
207
with :
208
208
args : /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
209
209
- name : Configure git
You can’t perform that action at this time.
0 commit comments