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:
22
22
fast_finish : true
23
23
include :
24
24
# Minimum supported Symfony version and latest PHP version
25
- - php : 7.3
25
+ - php : 7.4
26
26
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
27
27
28
28
# Test the latest stable release
29
29
- php : 7.2
30
30
- php : 7.3
31
+ - php : 7.4
31
32
env : COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
32
33
33
34
# Test LTS versions
@@ -51,7 +52,7 @@ matrix:
51
52
env : DEPENDENCIES="php-http/guzzle6-adapter:^2.0.1 php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"
52
53
53
54
# Latest commit to master
54
- - php : 7.3
55
+ - php : 7.4
55
56
env : STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
56
57
57
58
allow_failures :
You can’t perform that action at this time.
0 commit comments