From 3305f4c03ae95d52ce52286e3c48f68443affdd5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 26 Sep 2021 10:04:50 +0200 Subject: [PATCH] Updated pdo_sqlsrv version used in CI workflow --- .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 e29a0a2c..c4939367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,7 @@ jobs: with: php-version: ${{ matrix.php-version }} tools: composer - extensions: swoole-4.7.1, pdo_sqlsrv-5.9.0 + extensions: swoole-4.7.1, pdo_sqlsrv-5.10.0beta1 coverage: none - if: ${{ matrix.php-version == '8.1' }} run: composer install --no-interaction --prefer-dist --ignore-platform-req=php