diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index afc6d56ace2c..ba566ce5c9d1 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -114,7 +114,7 @@ jobs: enable-artifact-upload: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }} enable-coverage: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }} enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }} - extra-extensions: mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3 + extra-extensions: mysqli, oci8, pgsql, sqlsrv, sqlite3 extra-composer-options: ${{ matrix.composer-option }} separate-process-tests: diff --git a/.github/workflows/test-psalm.yml b/.github/workflows/test-psalm.yml index 98ca5c44c5b3..a623109fbb15 100644 --- a/.github/workflows/test-psalm.yml +++ b/.github/workflows/test-psalm.yml @@ -34,8 +34,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.1' - tools: phpstan, phpunit - extensions: intl, json, mbstring, xml, oci8 + extensions: intl, json, mbstring, xml, mysqli, oci8, pgsql, sqlsrv, sqlite3 coverage: none env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}