We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4465e50 + febbbfa commit f442cecCopy full SHA for f442cec
.github/workflows/nightly.yml
@@ -159,7 +159,7 @@ jobs:
159
image: ubuntu:${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
160
services:
161
mysql:
162
- image: mysql:8
+ image: mysql:8.3
163
ports:
164
- 3306:3306
165
env:
.github/workflows/push.yml
@@ -46,7 +46,7 @@ jobs:
46
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
47
48
49
50
51
52
0 commit comments