File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2121 - " 7.2"
2222 - " 7.3"
2323 - " 7.4"
24+ - " 8.0"
25+ - " 8.1"
26+ - " 8.2"
2427 dependencies :
2528 - " highest"
2629 stability :
@@ -29,14 +32,12 @@ jobs:
2932 - " 4.4.*"
3033 - " 5.4.*"
3134 symfony-deprecations-helper :
32- - " "
35+ - " weak "
3336 include :
3437 # Tests the lowest set of dependencies
3538 - dependencies : " lowest"
3639 stability : " stable"
3740 php-version : " 7.2"
38- symfony-deprecations-helper : " weak"
39-
4041 steps :
4142 - name : " Checkout"
4243 uses : " actions/checkout@v2"
Original file line number Diff line number Diff line change 11/vendor /
22composer.lock
3+ .phpunit.result.cache
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.2" ,
13+ "php" : " ^7.2|^8 " ,
1414 "php-vcr/php-vcr" : " ^1.5" ,
1515 "symfony/config" : " ^4|^5" ,
1616 "symfony/dependency-injection" : " ^4|^5" ,
2121 "symfony/yaml" : " ^4|^5"
2222 },
2323 "require-dev" : {
24- "neutron/temporary-filesystem" : " ^2. 3" ,
25- "phpunit/phpunit" : " ^7 .5" ,
24+ "neutron/temporary-filesystem" : " ^3" ,
25+ "phpunit/phpunit" : " ^8 .5" ,
2626 "symfony/framework-bundle" : " ^4.4|^5.4" ,
2727 "symfony/phpunit-bridge" : " ^4.4|^5.4"
2828 },
Original file line number Diff line number Diff line change 99 </testsuite >
1010 </testsuites >
1111
12+ <php >
13+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" weak" />
14+ </php >
15+
1216 <filter >
1317 <whitelist >
1418 <directory >src</directory >
You can’t perform that action at this time.
0 commit comments