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 @@ -136,7 +136,7 @@ jobs:
136136 LINUX_X64 :
137137 services :
138138 mysql :
139- image : mysql:8.3
139+ image : mysql:8.4
140140 ports :
141141 - 3306:3306
142142 env :
@@ -278,7 +278,7 @@ jobs:
278278 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
279279 services :
280280 mysql :
281- image : mysql:8.3
281+ image : mysql:8.4
282282 ports :
283283 - 3306:3306
284284 env :
@@ -413,7 +413,7 @@ jobs:
413413 if : inputs.branch == 'master'
414414 services :
415415 mysql :
416- image : mysql:8.3
416+ image : mysql:8.4
417417 ports :
418418 - 3306:3306
419419 env :
@@ -661,7 +661,7 @@ jobs:
661661 OPCACHE_VARIATION :
662662 services :
663663 mysql :
664- image : mysql:8.3
664+ image : mysql:8.4
665665 ports :
666666 - 3306:3306
667667 env :
Original file line number Diff line number Diff line change 8585 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
8686 services :
8787 mysql :
88- image : mysql:8.3
88+ image : mysql:8.4
8989 ports :
9090 - 3306:3306
9191 env :
@@ -188,7 +188,7 @@ jobs:
188188 PDO_MYSQL_TEST_HOST : mysql
189189 services :
190190 mysql :
191- image : mysql:8.3
191+ image : mysql:8.4
192192 ports :
193193 - 3306:3306
194194 env :
You can’t perform that action at this time.
0 commit comments