Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Oct 7, 2024
1 parent b4e82df commit 3ae01bf
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:11.5.2
image: mariadb:11.4.3
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-11.5.2
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.4.3
- name: Run Tests
env:
PANTHER_NO_SANDBOX: "1"
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.5.2
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.4.3
run: php bin/phpunit --testsuite=main

0 comments on commit 3ae01bf

Please sign in to comment.