Skip to content

Commit 1b069a1

Browse files
committed
Use docker image mysql:8.0 for all tests
... as the use of MySQL < 8 is deprecated in DBAL 4
1 parent 6e0733f commit 1b069a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
services:
4747
mysql:
48-
image: mysql:${{ (matrix.php == '7.3' && '5.7') || '8.0' }}
48+
image: mysql:8.0
4949
env:
5050
MYSQL_USER: test
5151
MYSQL_PASSWORD: test

0 commit comments

Comments
 (0)