Skip to content

Commit 8923a4a

Browse files
committed
Use SQLSRV beta
1 parent a6f6ca0 commit 8923a4a

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,8 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
<<<<<<< HEAD
44-
php-versions: ['7.2', '7.3', '7.4']
45-
db-platforms: ['MySQLi', 'Postgre', 'SQLite3', 'SQLSRV']
46-
=======
4743
php-versions: ['7.2', '7.3', '7.4', '8.0']
48-
db-platforms: ['MySQLi', 'Postgre', 'SQLite3', 'Sqlsrv']
49-
>>>>>>> 62fd6fe3b... Include PHP8 in Actions
44+
db-platforms: ['MySQLi', 'Postgre', 'SQLite3', 'SQLSRV']
5045

5146
services:
5247
mysql:
@@ -93,7 +88,7 @@ jobs:
9388
with:
9489
php-version: ${{ matrix.php-versions }}
9590
tools: composer, pecl
96-
extensions: imagick, sqlsrv
91+
extensions: imagick, sqlsrv-beta
9792
coverage: xdebug
9893
env:
9994
update: true

0 commit comments

Comments
 (0)