mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-17 09:30:49 +00:00
fix the set of installed packages for TwigExtraBundle on PHP 8.0
This commit is contained in:
@@ -114,6 +114,11 @@ jobs:
|
||||
- name: "PHPUnit version"
|
||||
run: vendor/bin/simple-phpunit --version
|
||||
|
||||
- name: "Prevent installing symfony/translation-contract 3.0"
|
||||
if: "matrix.extension == 'twig-extra-bundle'"
|
||||
working-directory: extra/${{ matrix.extension }}
|
||||
run: "composer require --no-update 'symfony/translation-contracts:^1.1|^2.0'"
|
||||
|
||||
- name: "Composer install ${{ matrix.extension }}"
|
||||
working-directory: extra/${{ matrix.extension }}
|
||||
run: composer install
|
||||
|
||||
Reference in New Issue
Block a user