File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,27 @@ matrix:
1111 fast_finish : true
1212 include :
1313 # Minimum supported Symfony version with the latest PHP version
14- - php : 7.3
14+ - php : 7.4
1515 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
1616
1717 # Test the latest stable release
1818 - php : 7.2
1919 - php : 7.3
20+ - php : 7.4
2021 env : COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
2122
2223 # Force some major versions of Symfony
23- - php : 7.3
24+ - php : 7.4
2425 env : DEPENDENCIES="dunglas/symfony-lock:^3"
25- - php : 7.3
26+ - php : 7.4
2627 env : DEPENDENCIES="dunglas/symfony-lock:^4"
2728
2829 # Latest commit to master
29- - php : 7.3
30+ - php : 7.4
3031 env : STABILITY="dev"
3132
33+ - php : 8.0snapshot
34+
3235 allow_failures :
3336 # Dev-master is allowed to fail.
3437 - env : STABILITY="dev"
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " ^7.2" ,
16+ "php" : " ^7.2 || ^8.0 " ,
1717 "matthiasnoback/symfony-config-test" : " ^4.0.1" ,
1818 "symfony/dependency-injection" : " ^3.4 || ^4.4 || ^5.0" ,
1919 "symfony/config" : " ^3.4 || ^4.4 || ^5.0" ,
You can’t perform that action at this time.
0 commit comments