We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e97aaf commit 0b1d038Copy full SHA for 0b1d038
1 file changed
.github/workflows/pipeline.yaml
@@ -23,6 +23,9 @@ jobs:
23
- symfony-version: '7.4.*'
24
dependencies: 'highest'
25
php: '8.4'
26
+ - symfony-version: '8.0.*'
27
+ dependencies: 'highest'
28
+ php: '8.4'
29
30
env:
31
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }}
0 commit comments