Skip to content

Commit

Permalink
TravisCI tests up to PHP 7.4 (#74)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update composer.json

* Update .travis.yml
  • Loading branch information
mondrake authored Mar 8, 2020
1 parent bedcf71 commit ca6ad46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ env:
- PREFER_LOWEST=""

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
- hhvm

matrix:
include:
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
allow_failures:
- php: nightly
- php: hhvm
fast_finish: true

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"bin-dir": "bin"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || 5.* || 6.*"
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
}
}

0 comments on commit ca6ad46

Please sign in to comment.