From 04295e5554a9b5f66c6e97b74a78991eec5cb99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=C4=8Cevela?= Date: Mon, 17 May 2021 13:14:18 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d926ece..a9f6fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,11 +33,11 @@ jobs: - name: Composer run: make composer - - if: matrix.php == '7.4' && matrix.elastic == "7.12.1" + - if: matrix.php == '7.4' && matrix.elastic == '7.12.1' name: Coding standard run: make cs - - if: matrix.php == '7.4' && matrix.elastic == "7.12.1" + - if: matrix.php == '7.4' && matrix.elastic == '7.12.1' name: PHPStan run: make phpstan