Skip to content

Commit 11a1bb1

Browse files
authored
Merge pull request #287 from norkunas/drop-eol-php-support
Drop support for PHP 7.1 (EOL)
2 parents 22697db + 5f8aa6d commit 11a1bb1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

composer.json

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

0 commit comments

Comments
 (0)