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-22.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 @@ -135,7 +135,7 @@ jobs:
135135 LINUX_X64 :
136136 services :
137137 mysql :
138- image : mysql:8.3
138+ image : mysql:8.4
139139 ports :
140140 - 3306:3306
141141 env :
@@ -274,7 +274,7 @@ jobs:
274274 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
275275 services :
276276 mysql :
277- image : mysql:8.3
277+ image : mysql:8.4
278278 ports :
279279 - 3306:3306
280280 env :
@@ -403,7 +403,7 @@ jobs:
403403 if : inputs.branch == 'master'
404404 services :
405405 mysql :
406- image : mysql:8.3
406+ image : mysql:8.4
407407 ports :
408408 - 3306:3306
409409 env :
@@ -649,7 +649,7 @@ jobs:
649649 OPCACHE_VARIATION :
650650 services :
651651 mysql :
652- image : mysql:8.3
652+ image : mysql:8.4
653653 ports :
654654 - 3306:3306
655655 env :
Original file line number Diff line number Diff line change 7777 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
7878 services :
7979 mysql :
80- image : mysql:8.3
80+ image : mysql:8.4
8181 ports :
8282 - 3306:3306
8383 env :
@@ -183,7 +183,7 @@ jobs:
183183 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
184184 services :
185185 mysql :
186- image : mysql:8.3
186+ image : mysql:8.4
187187 ports :
188188 - 3306:3306
189189 env :
You can’t perform that action at this time.
0 commit comments