File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ matrix:
1616 # Test the latest stable release
1717 - php : 7.2
1818 env : PHPSTAN=true
19- - php : 7.3
19+ - php : 7.4
2020 env : COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
2121
2222 # Test LTS versions.
23- - php : 7.3
23+ - php : 7.4
2424 env : DEPENDENCIES="symfony/lts:^4"
2525
2626 # Latest commit to master
27- - php : 7.3
27+ - php : 7.4
2828 env : STABILITY="dev"
2929
3030 allow_failures :
3131 # Minimum supported dependencies with the latest and oldest PHP version
32- - php : 7.3
32+ - php : 7.4
3333 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
3434 - php : 7.2
3535 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
You can’t perform that action at this time.
0 commit comments