Skip to content

Commit 4ecbc19

Browse files
committed
Update GitHub actions
1 parent ce59894 commit 4ecbc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mariadb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
services:
88
mariadb:
9-
image: mariadb:11.4.3
9+
image: mariadb:11.1.5
1010
ports:
1111
- 3306
1212
env:
@@ -52,9 +52,9 @@ jobs:
5252
run: |
5353
php bin/console app:install
5454
env:
55-
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.4.3
55+
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.1.5
5656
- name: Run Tests
5757
env:
5858
PANTHER_NO_SANDBOX: "1"
59-
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.4.3
59+
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-11.1.5
6060
run: php bin/phpunit --testsuite=main

0 commit comments

Comments
 (0)