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 fed0a03 commit 44fecffCopy full SHA for 44fecff
.github/workflows/phpunit.yml
@@ -15,13 +15,13 @@ jobs:
15
16
services:
17
mysql:
18
- image: mysql:latest
+ image: mysql:5.7
19
env:
20
MYSQL_ROOT_PASSWORD: root
21
MYSQL_DATABASE: default
22
ports:
23
- 3306:3306
24
- options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --default-authentication-plugin=mysql_native_password
+ options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
25
26
postgres:
27
image: postgres:alpine
0 commit comments