We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230e269 commit 78ff2c5Copy full SHA for 78ff2c5
1 file changed
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: true
25
matrix:
26
#php: [8.0, 8.1]
27
- php: [8.1]
+ php: [8.1, 8.2, 8.3]
28
29
name: PHP ${{ matrix.php }}
30
@@ -46,4 +46,4 @@ jobs:
46
run: PGPASSWORD=password psql -U postgres -h0.0.0.0 -a -f vendor/linna/db-dumps/src/linna_db_pgsql_test.sql
47
48
- name: Execute tests
49
- run: vendor/bin/phpunit -c phpunit.xml --verbose
+ run: vendor/bin/phpunit -c phpunit.xml
0 commit comments