Skip to content

Commit f5df5d7

Browse files
author
Max Staack
committed
cleanup
1 parent e715e59 commit f5df5d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [7.4, 7.3, 7.2]
12-
database: [pgsql]
1312
release: [stable, lowest]
1413

1514
services:
@@ -33,12 +32,11 @@ jobs:
3332
with:
3433
php-version: ${{ matrix.php }}
3534
tools: pecl
36-
extensions: bcmath, ctype, json, mbstring, openssl, pdo, pdo_${{ matrix.database }}, tokenizer, xml
35+
extensions: mbstring, dom, fileinfo, pgsql, redis, intl
3736
coverage: ${{ matrix.coverage }}
3837
- run: composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-${{ matrix.release }}
3938
- run: |
40-
PHPUNIT_FLAGS=$([ "${{ matrix.coverage }}" == "xdebug" ] && echo "--coverage-clover=coverage.xml" || echo "")
41-
vendor/bin/phpunit $PHPUNIT_FLAGS
39+
vendor/bin/phpunit
4240
env:
4341
DATABASE: ${{ matrix.database }}
4442
PGSQL_PORT: ${{ job.services.pgsql.ports[5432] }}

0 commit comments

Comments
 (0)