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

Fix the MySQL Server version used for testing to (#14120)

closes #14120
This commit is contained in:
武田 憲太郎
2024-05-03 11:26:42 +00:00
committed by Saki Takamachi
parent f26b964332
commit febbbfac78
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ jobs:
image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }}
services:
mysql:
image: mysql:8
image: mysql:8.3
ports:
- 3306:3306
env:

View File

@@ -48,7 +48,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: