Skip to content

Commit f810915

Browse files
author
Marcin Czarnecki
committed
Remove twig from lower PHP versions
1 parent 43bd8f4 commit f810915

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848

4949
- name: Remove symfony/clock for PHP < 8.1
5050
if: ${{ matrix.php-version < '8.1' }}
51-
run: composer remove --dev symfony/clock --no-update
51+
run: |
52+
composer remove --dev symfony/clock --no-update
53+
composer remove --dev twig/twig --no-update
5254
5355
- name: Install dependencies with Composer
5456
uses: ramsey/composer-install@v4

0 commit comments

Comments
 (0)