Skip to content

Commit

Permalink
Merge pull request #165 from Kharhamel/php74
Browse files Browse the repository at this point in the history
added a pipeline for php7.4 and dropped support for php7.1
  • Loading branch information
Kharhamel authored Dec 16, 2019
2 parents 50f1e60 + 085fb42 commit 4ef3bb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: php
matrix:
fast_finish: true # Don't wait for the allowed failures to build.
include:
- php: 7.3
env: PREFER_LOWEST=""
- php: 7.2
env: PREFER_LOWEST=""
allow_failures:
# PHP 7.4 testing is allowed to fail because the container isn't ready yet
- php: 7.4
env: PREFER_LOWEST=""

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
]
},
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"require-dev": {
"phpstan/phpstan": "^0.12",
Expand Down

0 comments on commit 4ef3bb2

Please # to comment.