Skip to content

Commit 209d425

Browse files
committed
Dropping support for PHP 7.1
1 parent 1c80068 commit 209d425

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",

0 commit comments

Comments
 (0)