Skip to content

Commit ef1d5e5

Browse files
committed
minor #96 Test against Symfony 6.1 stable (chalasr)
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
2 parents a442c6c + a6c48ae commit ef1d5e5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ jobs:
1111
matrix:
1212
#Stable supported versions
1313
php: ['7.4', '8.0', '8.1']
14-
symfony: ['5.3.*', '5.4.*', '6.0.*']
14+
symfony: ['5.3.*', '5.4.*', '6.0.*', '6.1.*']
1515
composer-flags: ['--prefer-stable']
1616
can-fail: [false]
1717
exclude:
1818
- php: '7.4'
1919
symfony: '6.0.*'
20+
- php: '7.4'
21+
symfony: '6.1.*'
22+
- php: '8.0'
23+
symfony: '6.1.*'
2024
include:
2125
# Lowest supported versions
2226
- php: '7.2'
@@ -34,7 +38,7 @@ jobs:
3438
can-fail: false
3539
# Development versions
3640
- php: '8.1'
37-
symfony: '6.1.x-dev'
41+
symfony: '6.2.x-dev'
3842
composer-flags: ''
3943
can-fail: false
4044

0 commit comments

Comments
 (0)