Skip to content

Commit

Permalink
Merge pull request #1051 from phpmd/cleanup-symfony-test
Browse files Browse the repository at this point in the history
Cleanup no longer needed symfony downgrade step
  • Loading branch information
kylekatarnls committed Dec 10, 2023
2 parents 60cc797 + c386c2f commit b081e8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -62,10 +62,6 @@ jobs:
if: matrix.php >= 7.2
run: cd src/test && composer require phpunit/phpunit:^5.7.27 --no-update --no-interaction --dev

- name: Downgrade Symfony
if: matrix.php >= 8.0 && matrix.dependency-version == 'prefer-stable'
run: composer require symfony/config:^6.4 --no-update --no-interaction --dev

- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer update --no-progress --prefer-${{ matrix.setup }} --prefer-dist --no-progress --ignore-platform-req=php+
Expand Down

0 comments on commit b081e8b

Please sign in to comment.