Skip to content

Commit

Permalink
Forced version of mysql 8 in tests (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco authored Jun 18, 2022
1 parent a388936 commit 9afb004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit_lowest_mysql8_psql14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
mysql:
image: bitnami/mysql:8.0
image: bitnami/mysql:8.0.27
env:
MYSQL_DATABASE: phoenix
MYSQL_ROOT_PASSWORD: 123
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit_mysql8_psql14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
mysql:
image: bitnami/mysql:8.0
image: bitnami/mysql:8.0.27
env:
MYSQL_DATABASE: phoenix
MYSQL_ROOT_PASSWORD: 123
Expand Down

0 comments on commit 9afb004

Please sign in to comment.