Skip to content

Commit 44fecff

Browse files
author
Andrey Helldar
committed
Update tests
1 parent fed0a03 commit 44fecff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515

1616
services:
1717
mysql:
18-
image: mysql:latest
18+
image: mysql:5.7
1919
env:
2020
MYSQL_ROOT_PASSWORD: root
2121
MYSQL_DATABASE: default
2222
ports:
2323
- 3306:3306
24-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --default-authentication-plugin=mysql_native_password
24+
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2525

2626
postgres:
2727
image: postgres:alpine

0 commit comments

Comments
 (0)