Skip to content

Commit

Permalink
Drop support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent e0c173a commit 210e03e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.1
- 7.2
- 7.3

Expand All @@ -15,13 +14,6 @@ env:

matrix:
fast_finish: true
exclude:
- php: 7.1
env: LARAVEL=^6.0 PHPUNIT=^7.5
- php: 7.1
env: LARAVEL=^6.0 PHPUNIT=^8.0
- php: 7.1
env: LARAVEL=^7.0 PHPUNIT=^8.0
allow_failures:
- env: LARAVEL=^7.0 PHPUNIT=^8.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.1.0",
"php": "^7.2",
"ext-json": "*",
"ext-zip": "*",
"facebook/webdriver": "^1.7",
Expand Down

0 comments on commit 210e03e

Please sign in to comment.