mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 09:26:29 +00:00
Merge branch '3.x' into 4.x
* 3.x: Fix tests config Fix tests config
This commit is contained in:
@@ -109,7 +109,7 @@ jobs:
|
||||
run: vendor/bin/simple-phpunit --version
|
||||
|
||||
- name: "Composer install ${{ matrix.extension}}"
|
||||
working-directory: ${{ matrix.extension}}
|
||||
working-directory: extra/${{ matrix.extension}}
|
||||
run: composer install
|
||||
|
||||
- name: "Switch use_yield to true"
|
||||
@@ -118,9 +118,6 @@ jobs:
|
||||
sed -i -e "s/'use_yield' => false/'use_yield' => true/" extra/${{ matrix.extension }}/vendor/twig/twig/src/Environment.php
|
||||
|
||||
- name: "Run tests for ${{ matrix.extension}}"
|
||||
working-directory: ${{ matrix.extension}}
|
||||
|
||||
- name: "Run tests"
|
||||
working-directory: extra/${{ matrix.extension }}
|
||||
run: SYMFONY_DEPRECATIONS_HELPER=ignoreFile=../../tests/ignore-use-yield-deprecations ../../vendor/bin/simple-phpunit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user