Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Feb 12, 2020
1 parent 544f802 commit 231b8db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ services:
- docker
env:
matrix:
- HHVM_VERSION=4.25.1
- HHVM_VERSION=4.26.1
- HHVM_VERSION=4.27.1
- HHVM_VERSION=4.28.2
- HHVM_VERSION=4.29.0
- HHVM_VERSION=latest
- HHVM_VERSION=4.35.0
- HHVM_VERSION=4.36.0
- HHVM_VERSION=4.38.0
- HHVM_VERSION=4.39.0
- HHVM_VERSION=4.40.0
- HHVM_VERSION=4.41.0
- HHVM_VERSION=4.42.0
- HHVM_VERSION=4.43.0
- HHVM_VERSION=4.44.0
- HHVM_VERSION=latest
install:
- docker pull hhvm/hhvm:$HHVM_VERSION
script:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
],
"minimum-stability": "stable",
"require": {
"hhvm": "^4.25",
"hhvm": "^4.35",
"hhvm/hsl": "^4.0",
"hhvm/hsl-experimental": "^4.25",
"hhvm/hhvm-autoload": "^2.0.10"
"hhvm/hhvm-autoload": "^3.0"
},
"require-dev": {
"hhvm/hacktest": "^2.0.0",
"facebook/fbexpect": "^2.7.3",
"hhvm/hhast": "^4.0.0"
"hhvm/hacktest": "^2.0",
"facebook/fbexpect": "^2.7",
"hhvm/hhast": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 231b8db

Please # to comment.