Skip to content

Commit

Permalink
Add Symfony 5.4 & 6.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Dec 19, 2021
1 parent 3fb6121 commit 271b7a8
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,27 @@ jobs:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
symfony: [ '4.4', '5.2', '5.3' ]
symfony: [ '4.4', '5.2', '5.3', '5.4', '6.0' ]
dependencies: [ 'highest', 'lowest' ]
exclude:
- php: '7.3'
symfony: '5.2'
- php: '7.4'
symfony: '5.2'
- php: '8.0'
symfony: '5.2'
- php: '7.3'
symfony: '5.3'
- php: '7.4'
symfony: '5.3'
- php: '8.0'
symfony: '5.3'
- php: '7.2'
symfony: '6.0'
- php: '7.3'
symfony: '6.0'
- php: '7.4'
symfony: '6.0'
env:
SYMFONY_REQUIRE: ${{ matrix.symfony }}.*
SYMFONY_PHPUNIT_VERSION: ${{ matrix.php >= 7.4 && '9.5' || '8.5' }}
Expand Down

0 comments on commit 271b7a8

Please sign in to comment.