Skip to content

Commit be71fbb

Browse files
committed
chore: add db extentions
1 parent e132901 commit be71fbb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-psalm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: '8.1'
37-
tools: phpstan, phpunit
38-
extensions: intl, json, mbstring, xml, oci8
37+
extensions: intl, json, mbstring, xml, mysqli, oci8, pgsql, sqlsrv, sqlite3
3938
coverage: none
4039
env:
4140
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)