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

Commit

Permalink
Update required (and tested) version to 4.6
Browse files Browse the repository at this point in the history
Not actually required for this release, but it's a BC break, so don't
want 4.5 users to get an automatic update.
  • Loading branch information
fredemmott committed May 21, 2019
1 parent 8f2df68 commit 5ae13e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: generic
services: docker
env:
- HHVM_VERSION=4.3-latest
- HHVM_VERSION=4.6-latest
- HHVM_VERSION=latest
- HHVM_VERSION=nightly
install:
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.3",
"hhvm": "^4.6",
"hhvm/hsl": "^4.0",
"hhvm/hsl-experimental": "^4.5",
"hhvm/hhvm-autoload": "^2.0.4",
Expand Down

0 comments on commit 5ae13e9

Please sign in to comment.