File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ matrix:
1414 fast_finish : true
1515 include :
1616 # Test the latest stable release
17- - php : 7.1
1817 - php : 7.2
1918 - php : 7.3
2019 env : COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
@@ -31,7 +30,7 @@ matrix:
3130 # Minimum supported dependencies with the latest and oldest PHP version
3231 - php : 7.3
3332 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
34- - php : 7.1
33+ - php : 7.2
3534 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
3635 # Dev-master is allowed to fail.
3736 - env : STABILITY="dev"
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " >=7.1 " ,
19+ "php" : " >=7.2 " ,
2020 "thecodingmachine/graphqlite" : " ~4.0.0" ,
2121 "symfony/framework-bundle" : " ^4.1.9" ,
2222 "doctrine/annotations" : " ^1.6" ,
You can’t perform that action at this time.
0 commit comments