Skip to content

Commit 6f2d29b

Browse files
author
Max Staack
committed
remove database refs
1 parent f5df5d7 commit 6f2d29b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
with:
3333
php-version: ${{ matrix.php }}
3434
tools: pecl
35-
extensions: mbstring, dom, fileinfo, pgsql, redis, intl
35+
extensions: mbstring, dom, fileinfo, pgsql, intl
3636
coverage: ${{ matrix.coverage }}
3737
- run: composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-${{ matrix.release }}
3838
- run: |
3939
vendor/bin/phpunit
40-
env:
41-
DATABASE: ${{ matrix.database }}
42-
PGSQL_PORT: ${{ job.services.pgsql.ports[5432] }}

0 commit comments

Comments
 (0)