File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ matrix:
2222 fast_finish : true
2323 include :
2424 # Minimum supported Symfony version and latest PHP version
25- - php : 7.3
25+ - php : 7.4
2626 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
2727
2828 # Test the latest stable release
2929 - php : 7.2
3030 - php : 7.3
31+ - php : 7.4
3132 env : COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
3233
3334 # Test LTS versions
@@ -51,7 +52,7 @@ matrix:
5152 env : DEPENDENCIES="php-http/guzzle6-adapter:^2.0.1 php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"
5253
5354 # Latest commit to master
54- - php : 7.3
55+ - php : 7.4
5556 env : STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
5657
5758 allow_failures :
You can’t perform that action at this time.
0 commit comments