Skip to content

Commit

Permalink
Temporarily require symfony/console 6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Nov 29, 2023
1 parent 9da7eb4 commit f8f7a0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ jobs:
- name: Install dependencies
run: |
composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
# @todo This is required because Composer 2.6.5 shipped with support for
# Symfony 7, but is not actually compatible with it due to poor test
# coverage. This is since fixed, and this line can be removed when Composer
# 2.6.6 or later is released.
composer require symfony/console:^6 --no-update
composer install ${{ env.COMPOSER_FLAGS }}
composer why symfony/console
- name: Download fixture
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit f8f7a0f

Please sign in to comment.