Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Target 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 3, 2019
1 parent fe0df59 commit 6e7d4a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ sudo: required
language: generic
services: docker
env:
- HHVM_VERSION=4.7-latest
- HHVM_VERSION=4.8-latest
- HHVM_VERSION=latest
- HHVM_VERSION=nightly
install:
- docker pull hhvm/hhvm:$HHVM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"hhvm/hacktest": "^1.3"
},
"require": {
"hhvm": "^4.7",
"hhvm": "^4.8",
"hhvm/hsl": "^4.0",
"hhvm/hsl-experimental": "^4.5",
"hhvm/hhvm-autoload": "^2.0.4",
Expand Down

0 comments on commit 6e7d4a2

Please sign in to comment.