Skip to content

Commit

Permalink
chore: add tests for php 8.3, bump dev tests to symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Aug 25, 2023
1 parent aefa77c commit a6e4985
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ jobs:
fail-fast: false
matrix:
include:
- description: 'Symfony 6.3 DEV'
- description: 'Symfony 6.4 DEV'
php: '8.2'
symfony: '6.3.*@dev'
- description: 'Symfony 6.2'
symfony: '6.4.*@dev'
- description: 'Symfony 6.3'
php: '8.3'
symfony: '6.3.*'
- description: 'Symfony 6.3'
php: '8.2'
symfony: '6.2.*'
symfony: '6.3.*'
- description: 'Symfony 6.0'
php: '8.1'
symfony: '6.0.*'
Expand Down Expand Up @@ -74,7 +77,7 @@ jobs:
composer config prefer-stable true
if: matrix.beta
- name: remove cs-fixer for Symfony 6
if: contains(matrix.symfony, '6.3.*@dev')
if: contains(matrix.symfony, '6.4.*@dev')
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 a6e4985

Please sign in to comment.