Skip to content

Commit

Permalink
Require PHP 7.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Feb 26, 2020
1 parent 704b057 commit 602462a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ cache:
- $HOME/.composer/cache/files

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
fast_finish: true
include:
- php: 7.0
- php: 7.2
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

before_install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "bin/asynit tests/"
},
"require": {
"php": "^7.0",
"php": "^7.2",
"amphp/artax": "^3.0.14",
"amphp/sync": "^1.0",
"bovigo/assert": "^5.0 || ^6.0",
Expand Down

0 comments on commit 602462a

Please sign in to comment.