Skip to content

Commit

Permalink
chore: add testrun for symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jan 22, 2024
1 parent b7a37b2 commit 4bd961e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
env:
SYMFONY_REQUIRE: ${{ matrix.symfony }}
run: |
composer config --no-plugins allow-plugins.symfony/flex true
composer require --no-progress --no-scripts --no-plugins symfony/flex
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins symfony/flex
composer update --prefer-dist --no-interaction --prefer-stable --no-progress
- name: Execute tests
Expand Down

0 comments on commit 4bd961e

Please sign in to comment.