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:
165165 container : ubuntu:latest
166166 services :
167167 postgres :
168- image : postgres:18.1 -alpine
168+ image : postgres:18.3 -alpine
169169 env :
170170 POSTGRES_HOST_AUTH_METHOD : trust
171171 mysql :
172- image : mysql:9.5
172+ image : mysql:9.6
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:18.1 -alpine
202+ uses : docker://postgres:18.3 -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.5
206+ uses : docker://mysql:9.6
207207 with :
208208 args : /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
209209 - name : Configure git
You can’t perform that action at this time.
0 commit comments