Skip to content

Commit febbbfa

Browse files
KentarouTakedaSakiTakamachi
authored andcommitted
Fix the MySQL Server version used for testing to (#14120)
closes #14120
1 parent f26b964 commit febbbfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }}
162162
services:
163163
mysql:
164-
image: mysql:8
164+
image: mysql:8.3
165165
ports:
166166
- 3306:3306
167167
env:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
4949
services:
5050
mysql:
51-
image: mysql:8
51+
image: mysql:8.3
5252
ports:
5353
- 3306:3306
5454
env:

0 commit comments

Comments
 (0)