docker with php74 and mysql 8 was added

This commit is contained in:
Alvaro Flores
2022-05-18 23:34:05 +00:00
committed by Mauricio Veliz
parent 266843e53d
commit 01f457bf22

View File

@@ -21,8 +21,8 @@ jobs:
- run:
name: Wait for DB
command: dockerize -wait tcp://127.0.0.1:3306 -timeout 3m
- run: mysql -u root -ppassword -e "create database test;"
- run: mysql -u root -ppassword -e "create database testexternal;"
- run: mysql -u root -ppassword -h 127.0.0.1 -e "create database test;"
- run: mysql -u root -ppassword -h 127.0.0.1 -e "create database testexternal;"
- run: composer install
- run:
name: Run Test Units