Skip to content

Commit e132901

Browse files
committed
chore: remove sqlsrv ext version
Use the latest.
1 parent 84e06d0 commit e132901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)