Skip to content

Commit

Permalink
Test against PHP 8.0
Browse files Browse the repository at this point in the history
* Drop < PHP 7.3 in TravisCI
  • Loading branch information
jbboehr committed Apr 4, 2021
1 parent 5cb6852 commit 3ba06ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: php

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

matrix:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 7.0
- php: 7.3
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"eloquent/phony-phpunit": "^3.0",
"phpunit/phpunit": "^8.5",
"eloquent/phony-phpunit": "^6.0",
"eloquent/liberator": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 3ba06ae

Please sign in to comment.