Skip to content

Commit d992576

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [CI] Use MySQL LTS version
2 parents ba6df41 + 2cabea6 commit d992576

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
@@ -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:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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:

0 commit comments

Comments
 (0)