We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e132901 commit be71fbbCopy full SHA for be71fbb
1 file changed
.github/workflows/test-psalm.yml
@@ -34,8 +34,7 @@ jobs:
34
uses: shivammathur/setup-php@v2
35
with:
36
php-version: '8.1'
37
- tools: phpstan, phpunit
38
- extensions: intl, json, mbstring, xml, oci8
+ extensions: intl, json, mbstring, xml, mysqli, oci8, pgsql, sqlsrv, sqlite3
39
coverage: none
40
env:
41
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments