Skip to content

Commit f442cec

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix the MySQL Server version used for testing to (#14120)
2 parents 4465e50 + febbbfa commit f442cec

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
@@ -159,7 +159,7 @@ jobs:
159159
image: ubuntu:${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
160160
services:
161161
mysql:
162-
image: mysql:8
162+
image: mysql:8.3
163163
ports:
164164
- 3306:3306
165165
env:

.github/workflows/push.yml

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

0 commit comments

Comments
 (0)