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'

* PHP-8.3:
  Fix the MySQL Server version used for testing to  (#14120)
This commit is contained in:
Saki Takamachi
2024-05-04 07:49:46 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ jobs:
image: ubuntu:${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
services:
mysql:
image: mysql:8
image: mysql:8.3
ports:
- 3306:3306
env:

View File

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