Skip to content

Commit 96be28c

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [CI] Use MySQL LTS version
2 parents 0e0f547 + d992576 commit 96be28c

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

.github/workflows/push.yml

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

0 commit comments

Comments
 (0)