Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prgTW committed Jan 30, 2024
1 parent 0ea140b commit 6859d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
run: composer config extra.symfony.require '${{ matrix.symfony }}' --no-interaction

- name: Lock Twig version in composer.json
run: composer require 'twig/twig: ${{ matrix.symfony }}' --no-progress --no-interaction --no-install --no-interaction
run: |
composer require 'twig/twig: ${{ matrix.symfony }}' --no-progress --no-interaction --no-install --no-interaction
- name: Install dependencies
run: composer update --prefer-dist --no-progress --no-interaction
Expand Down

0 comments on commit 6859d43

Please sign in to comment.