fix condition for running use_yield test with extra packages

This commit is contained in:
Christian Flothmann
2024-07-05 23:56:22 +02:00
parent 3c7514ef86
commit 07967dea80
+1 -1
View File
@@ -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