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

Commit c718fe4

Browse files
committed
Require HHVM 4.13+
Supporting 4.14 requires replacing instanceof with is; 4.13 contains performance improvements to `is` expressions making this change practical outside of repo-authoritative mode.
1 parent 64c02b5 commit c718fe4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ sudo: required
22
language: generic
33
services: docker
44
env:
5-
- HHVM_VERSION=4.1-latest
6-
- HHVM_VERSION=4.2-latest
5+
- HHVM_VERSION=4.13-latest
76
- HHVM_VERSION=latest
87
- HHVM_VERSION=nightly
98
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/facebook/xhp-lib",
66
"license": ["MIT"],
77
"require": {
8-
"hhvm": "^4.0.0",
8+
"hhvm": "^4.13.0",
99
"hhvm/type-assert": "^3.0"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)