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

Commit

Permalink
require HHVM 4.25
Browse files Browse the repository at this point in the history
`disallow_array_literals` is incompatible with HHVM < 4.25
  • Loading branch information
jjergus committed Nov 1, 2019
1 parent 16b1017 commit f692559
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.13-latest
- HHVM_VERSION=4.25-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 @@ -3,7 +3,7 @@
"description": "Unit test helpers for Facebook projects",
"license": "MIT",
"require": {
"hhvm": "^4.13",
"hhvm": "^4.25",
"hhvm/hacktest": "^1.0",
"hhvm/hsl": "^4.0",
"facebook/difflib": "^1.0.0"
Expand Down

0 comments on commit f692559

Please sign in to comment.