Skip to content

Commit

Permalink
minor #96 Test against Symfony 6.1 stable (chalasr)
Browse files Browse the repository at this point in the history
This PR was merged into the 0.4-dev branch.

Discussion
----------

Test against Symfony 6.1 stable

Commits
-------

a6c48ae Test against Symfony 6.1 stable
  • Loading branch information
chalasr committed Jun 21, 2022
2 parents a442c6c + a6c48ae commit ef1d5e5
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 ef1d5e5

Please sign in to comment.