Skip to content

Commit

Permalink
no-issue - CI - add MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMellerin committed Nov 24, 2023
1 parent 19de939 commit 1152cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
DBAL_ROOT_PASSWORD: "password"
DBAL_ROOT_USER: "root"
DBAL_USER: "root"
DATABASE_URL: "mysql://root:password@mariadb11:3306/test_db?serverVersion=${{ matrix.mariadb-version }}-MariaDB"
DATABASE_URL: "mysql://root:password@mariadb:3306/test_db?serverVersion=${{ matrix.mariadb-version }}-MariaDB"

run: "vendor/bin/phpunit"

Expand Down

0 comments on commit 1152cda

Please sign in to comment.