mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
fix condition for running use_yield test with extra packages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user