Skip to content

Commit

Permalink
ci: add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jan 6, 2025
1 parent 9c367d1 commit 3ea36fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
composer config prefer-stable true
if: matrix.beta
- name: remove cs-fixer for Symfony 7 (temporary as not-supported yet)
if: contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.1.*') || contains(matrix.symfony, '7.0.*')
if: contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.0.*')
run: |
composer remove --dev friendsofphp/php-cs-fixer pedrotroller/php-cs-custom-fixer --no-update
- run: composer update --prefer-dist --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
composer config prefer-stable true
if: matrix.beta
- name: remove cs-fixer for Symfony 7 (temporary as not-supported yet)
if: contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.1.*') || contains(matrix.symfony, '7.0.*')
if: contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.0.*')
run: |
composer remove --dev friendsofphp/php-cs-fixer pedrotroller/php-cs-custom-fixer --no-update
- run: composer update --prefer-dist --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
Expand Down

0 comments on commit 3ea36fe

Please sign in to comment.