Skip to content

Commit

Permalink
Try to fix the workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Jun 18, 2023
1 parent bacb08b commit 08dcf18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
services:
mariadb:
image: mariadb:latest
image: mariadb:10.6.14
ports:
- 3306
env:
Expand Down Expand Up @@ -52,9 +52,9 @@ jobs:
run: |
php bin/console app:install
env:
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-10.6.4
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-10.6.14
- name: Run Tests
env:
PANTHER_NO_SANDBOX: "1"
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-10.6.4
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-10.6.14
run: php bin/phpunit --coverage-text

0 comments on commit 08dcf18

Please sign in to comment.