We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f4aca commit c456842Copy full SHA for c456842
1 file changed
.github/workflows/tests.yaml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
17
- symfony: [ '6.4', '7.4', '8.0' ]
+ symfony: [ '6.4', '7.4', '8.0', '8.1' ]
18
dependencies: [ 'highest', 'lowest' ]
19
exclude:
20
- php: '8.1'
0 commit comments