We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6184802 commit 4616f22Copy full SHA for 4616f22
.github/workflows/platform-test.yml
@@ -49,7 +49,7 @@ jobs:
49
coverage: "none"
50
php-version: "${{ matrix.php-version }}"
51
ini-file: development
52
- extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
+ extensions: pdo, mysqli, pgsql, sqlsrv, pdo_sqlsrv, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
53
54
- name: "Allow installing on PHP 8.4"
55
if: matrix.php-version == '8.4'
0 commit comments