Skip to content

Commit

Permalink
Test against Symfony 6.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Jun 20, 2022
1 parent 42a4652 commit a6c48ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ jobs:
matrix:
#Stable supported versions
php: ['7.4', '8.0', '8.1']
symfony: ['5.3.*', '5.4.*', '6.0.*']
symfony: ['5.3.*', '5.4.*', '6.0.*', '6.1.*']
composer-flags: ['--prefer-stable']
can-fail: [false]
exclude:
- php: '7.4'
symfony: '6.0.*'
- php: '7.4'
symfony: '6.1.*'
- php: '8.0'
symfony: '6.1.*'
include:
# Lowest supported versions
- php: '7.2'
Expand All @@ -34,7 +38,7 @@ jobs:
can-fail: false
# Development versions
- php: '8.1'
symfony: '6.1.x-dev'
symfony: '6.2.x-dev'
composer-flags: ''
can-fail: false

Expand Down

0 comments on commit a6c48ae

Please sign in to comment.