We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mysql:8.0
1 parent 6e0733f commit 1b069a1Copy full SHA for 1b069a1
1 file changed
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
services:
47
mysql:
48
- image: mysql:${{ (matrix.php == '7.3' && '5.7') || '8.0' }}
+ image: mysql:8.0
49
env:
50
MYSQL_USER: test
51
MYSQL_PASSWORD: test
0 commit comments