Skip to content

Commit 174d76e

Browse files
authored
Merge pull request #8865 from kenjis/update-workflows-php-exts
chore: update workflows php exts
2 parents 84e06d0 + be71fbb commit 174d76e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
enable-artifact-upload: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
115115
enable-coverage: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
116116
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
117-
extra-extensions: mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3
117+
extra-extensions: mysqli, oci8, pgsql, sqlsrv, sqlite3
118118
extra-composer-options: ${{ matrix.composer-option }}
119119

120120
separate-process-tests:

.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)