We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0908fb0 commit 1d3a303Copy full SHA for 1d3a303
.github/workflows/ci.yml
@@ -139,10 +139,15 @@ jobs:
139
- '7.3'
140
- '7.4'
141
symfony-version:
142
- # - '4.0' matthiasnoback/symfony-dependency-injection-test 4.3.0 requires symfony/config ^4.4 || ^5.3 || ^6.0
143
- # - '4.1' matthiasnoback/symfony-dependency-injection-test 4.3.0 requires symfony/config ^4.4 || ^5.3 || ^6.0
144
- # - '4.2' matthiasnoback/symfony-dependency-injection-test 4.3.0 requires symfony/config ^4.4 || ^5.3 || ^6.0
145
- # - '4.3' matthiasnoback/symfony-dependency-injection-test 4.3.0 requires symfony/config ^4.4 || ^5.3 || ^6.0
+ - '3.0'
+ - '3.1'
+ - '3.2'
+ - '3.3'
146
+ - '3.4'
147
+ - '4.0'
148
+ - '4.1'
149
+ - '4.2'
150
+ - '4.3'
151
- '4.4'
152
composer-dependencies:
153
- 'highest'
0 commit comments