Skip to content

Commit 67e4c30

Browse files
authored
Drop mysql57 in CI (#684)
1 parent e00b86f commit 67e4c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- php-version: "7.4"
24-
db-image: 'mysql:5.7'
24+
db-image: 'mysql:8.0'
2525
reflector: "pdo-mysql"
2626
mode: "recording"
2727
dependencies: "lowest"

0 commit comments

Comments
 (0)