Skip to content

Commit 93cb4fa

Browse files
committed
Revert "Fix the MySQL Server version used for testing to (php#14120)"
This reverts commit febbbfa.
1 parent febbbfa commit 93cb4fa

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.3
164+
image: mysql:8
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.3
51+
image: mysql:8
5252
ports:
5353
- 3306:3306
5454
env:

0 commit comments

Comments
 (0)