File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,28 @@ matrix:
1616 # Minimum supported versions
1717 - php : 5.6
1818 env : VARNISH_VERSION=3.0 COMPOSER_FLAGS="--prefer-lowest" DEPENDENCIES=""
19+ - php : 7.0
20+ env : VARNISH_VERSION=3.0 COMPOSER_FLAGS="--prefer-lowest" DEPENDENCIES=""
1921
2022 - php : 5.6
2123 - php : 7.1
2224 - php : 7.2
2325 - php : 7.3
26+ - php : 7.4
2427 env : DOCCHECK=true COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text" VARNISH_MODULES_VERSION=0.12.1
2528
2629 # Test with Varnish 4
27- - php : 7.3
30+ - php : 7.4
2831 env : VARNISH_VERSION=4.1 VARNISH_MODULES_VERSION=0.9.1
2932
3033 # Test Symfony LTS versions
31- - php : 7.3
34+ - php : 7.4
3235 env : DEPENDENCIES="symfony/lts:^3 toflar/psr6-symfony-http-cache-store:^2.2.0"
33- - php : 7.3
36+ - php : 7.4
3437 env : DEPENDENCIES="symfony/flex" SYMFONY_VERSION="^4"
3538
3639 # Latest commit to master
37- - php : 7.3
40+ - php : 7.4
3841 env : STABILITY="dev"
3942
4043 allow_failures :
You can’t perform that action at this time.
0 commit comments