From c0dcd3181907f8a6d6ec65c0ce095b7a96d160b0 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 2 Dec 2021 19:33:01 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf252eb9..4d333107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,7 +197,7 @@ jobs: with: php-version: ${{ matrix.php-version }} tools: composer - extensions: swoole-4.7.1, pdo_sqlsrv-5.10.0beta1 + extensions: swoole-4.7.1, pdo_sqlsrv-5.10.0beta2 coverage: none - name: Use PHP if: ${{ matrix.php-version != '8.1' }}