Skip to content

Commit 78ff2c5

Browse files
author
s3b4stian
committed
tests command fixed
1 parent 230e269 commit 78ff2c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
#php: [8.0, 8.1]
27-
php: [8.1]
27+
php: [8.1, 8.2, 8.3]
2828

2929
name: PHP ${{ matrix.php }}
3030

@@ -46,4 +46,4 @@ jobs:
4646
run: PGPASSWORD=password psql -U postgres -h0.0.0.0 -a -f vendor/linna/db-dumps/src/linna_db_pgsql_test.sql
4747

4848
- name: Execute tests
49-
run: vendor/bin/phpunit -c phpunit.xml --verbose
49+
run: vendor/bin/phpunit -c phpunit.xml

0 commit comments

Comments
 (0)