Skip to content

Commit 2fabc0f

Browse files
#20 - update test workflow to include Symfony 6.4 compatibility
1 parent df82f15 commit 2fabc0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
allowed-to-fail: false
3535
symfony-require: 6.4.*
3636
variant: symfony/symfony:"6.4.*"
37+
- php-version: '8.2'
38+
dependencies: highest
39+
allowed-to-fail: false
40+
symfony-require: 6.4.*
41+
variant: symfony/symfony:"6.4.*"
3742
- php-version: '8.2'
3843
dependencies: highest
3944
allowed-to-fail: false

0 commit comments

Comments
 (0)