Skip to content

Commit

Permalink
Fix MariaDB for phpstan job
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 29, 2023
1 parent 6ad68ac commit 7d7cef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
image: ${{ matrix.db-image }}
env:
MYSQL_ROOT_PASSWORD: root
MARIADB_ROOT_PASSWORD: root
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit 7d7cef7

Please sign in to comment.