Skip to content

Commit 44b0b14

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [CI] Use MySQL LTS version
2 parents 47fbaca + 2a3e970 commit 44b0b14

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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: ''

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
5050
services:
5151
mysql:
52-
image: mysql:8.3
52+
image: mysql:8.4
5353
ports:
5454
- 3306:3306
5555
env:
@@ -146,7 +146,7 @@ jobs:
146146
PDO_MYSQL_TEST_HOST: mysql
147147
services:
148148
mysql:
149-
image: mysql:8.3
149+
image: mysql:8.4
150150
ports:
151151
- 3306:3306
152152
env:

0 commit comments

Comments
 (0)