From 1f8fcdb0f3c3e5a0b46dc242cd6bf9f5aa7fdb06 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 26 Sep 2021 10:20:09 +0200 Subject: [PATCH] Fixed typo 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 00ae8550..9d2067da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,7 +198,7 @@ jobs: extensions: swoole-4.7.1, pdo_sqlsrv-5.10.0beta1 coverage: none - name: Use PHP - if: ${{ matrix.php-version == '8.1' }} + if: ${{ matrix.php-version != '8.1' }} uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }}