1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  [CI] Use MySQL LTS version
This commit is contained in:
Ilija Tovilo
2026-02-08 17:00:20 +01:00
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ jobs:
resource_class: arm.medium
docker:
- image: cimg/base:current-22.04
- image: mysql:8.3
- image: mysql:8.4
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: ''

View File

@@ -136,7 +136,7 @@ jobs:
LINUX_X64:
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
env:
@@ -278,7 +278,7 @@ jobs:
PDO_FIREBIRD_TEST_DSN: firebird:dbname=firebird:test.fdb
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
env:
@@ -413,7 +413,7 @@ jobs:
if: inputs.branch == 'master'
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
env:
@@ -661,7 +661,7 @@ jobs:
OPCACHE_VARIATION:
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
env:

View File

@@ -85,7 +85,7 @@ jobs:
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
env:
@@ -188,7 +188,7 @@ jobs:
PDO_MYSQL_TEST_HOST: mysql
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
env: