Skip to content

Commit

Permalink
Add support for running tests on Apple M1 processor
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed Mar 26, 2021
1 parent c00b785 commit a7f75c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ services:
database:
environment:
MYSQL_ROOT_PASSWORD: examplepass
image: mysql:5.7
#image: mysql:5.7 does not exist for Apple M1 processors
# but mariadb 10.2 is compatible and exists for M1.
image: mariadb:10.2

phpunit:
command:
Expand Down

0 comments on commit a7f75c0

Please sign in to comment.