File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 resource_class : arm.medium
66 docker :
77 - image : cimg/base:current-24.04
8- - image : mysql:8.3
8+ - image : mysql:8.4
99 environment :
1010 MYSQL_ALLOW_EMPTY_PASSWORD : true
1111 MYSQL_ROOT_PASSWORD : ' '
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 LINUX_X64 :
139139 services :
140140 mysql :
141- image : mysql:8.3
141+ image : mysql:8.4
142142 ports :
143143 - 3306:3306
144144 env :
@@ -277,7 +277,7 @@ jobs:
277277 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
278278 services :
279279 mysql :
280- image : mysql:8.3
280+ image : mysql:8.4
281281 ports :
282282 - 3306:3306
283283 env :
@@ -406,7 +406,7 @@ jobs:
406406 if : inputs.branch == 'master'
407407 services :
408408 mysql :
409- image : mysql:8.3
409+ image : mysql:8.4
410410 ports :
411411 - 3306:3306
412412 env :
@@ -652,7 +652,7 @@ jobs:
652652 OPCACHE_VARIATION :
653653 services :
654654 mysql :
655- image : mysql:8.3
655+ image : mysql:8.4
656656 ports :
657657 - 3306:3306
658658 env :
Original file line number Diff line number Diff line change 7676 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
7777 services :
7878 mysql :
79- image : mysql:8.3
79+ image : mysql:8.4
8080 ports :
8181 - 3306:3306
8282 env :
@@ -182,7 +182,7 @@ jobs:
182182 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
183183 services :
184184 mysql :
185- image : mysql:8.3
185+ image : mysql:8.4
186186 ports :
187187 - 3306:3306
188188 env :
You can’t perform that action at this time.
0 commit comments