File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,16 @@ matrix:
1515 fast_finish : true
1616 include :
1717 # Minimum supported dependencies with the oldest PHP version
18- - php : 7.1
18+ - php : 7.2
1919 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_PHPUNIT_VERSION=7.5
2020
2121 # Test the latest stable release
22- - php : 7.1
2322 - php : 7.2
2423 - php : 7.3
2524 - php : 7.4
2625 env : COVERAGE=true PHPUNIT_FLAGS="-v --testsuite main --coverage-text --coverage-clover=build/coverage.xml"
2726
28- - php : 7.1
27+ - php : 7.2
2928 # We need `--prefer-source`, otherwise the `Doctrine\Tests\OrmTestCase` class won't be found.
3029 env : PHPUNIT_FLAGS="-v --testsuite doctrine" COMPOSER_FLAGS="--prefer-source" SYMFONY_VERSION=3.4.* SYMFONY_PHPUNIT_VERSION=7.5
3130 - php : 7.4
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.1 " ,
14+ "php" : " ^7.2 " ,
1515 "geocoder-php/plugin" : " ^1.0" ,
1616 "php-http/discovery" : " ^1.7" ,
1717 "symfony/console" : " ^3.4 || ^4.2 || ^5.0" ,
You can’t perform that action at this time.
0 commit comments