From 07967dea802a8b0584daaaba0e4f2b574875f03f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 5 Jul 2024 23:56:22 +0200 Subject: [PATCH] fix condition for running use_yield test with extra packages --- .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 6f9588cb3..94c5a6abd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: run: composer install - name: "Switch use_yield to true" - if: "matrix.php == '8.2'" + if: "matrix.php-version == '8.2'" run: | sed -i -e "s/'use_yield' => false/'use_yield' => true/" extra/${{ matrix.extension }}/vendor/twig/twig/src/Environment.php