Skip to content

Commit 834079a

Browse files
committed
update sqlsrv extension in the workflow
1 parent 99a3cd9 commit 834079a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
php-version: ${{ matrix.php-versions }}
148148
tools: composer, phive, phpunit
149-
extensions: intl, json, mbstring, gd, xdebug, xml, sqlite3, sqlsrv, oci8, pgsql
149+
extensions: intl, json, mbstring, gd, xdebug, xml, sqlite3, sqlsrv-5.10.1, oci8, pgsql
150150
coverage: xdebug
151151
env:
152152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)