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.
1 parent febbbfa commit 93cb4faCopy full SHA for 93cb4fa
.github/workflows/nightly.yml
@@ -161,7 +161,7 @@ jobs:
161
image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }}
162
services:
163
mysql:
164
- image: mysql:8.3
+ image: mysql:8
165
ports:
166
- 3306:3306
167
env:
.github/workflows/push.yml
@@ -48,7 +48,7 @@ jobs:
48
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
49
50
51
52
53
54
0 commit comments