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

Commit 2ff0e51

Browse files
committed
test against nightlies instead of 3.22
1 parent fc03e1a commit 2ff0e51

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.hhconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
assume_php=false
2-
enable_experimental_tc_features = optional_shape_field, unknown_fields_shape_is_not_subtype_of_known_fields_shape

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: generic
33
services:
44
- docker
55
env:
6-
- HHVM_VERSION=latest
6+
- HHVM_VERSION=nightly
77
install:
88
- docker pull hhvm/hhvm:$HHVM_VERSION
99
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["hack", "router", "routing", "hhvm"],
55
"homepage": "https://github.com/hhvm/hack-router-codegen",
66
"require": {
7-
"hhvm": ">=3.22.0",
7+
"hhvm": "^3.23.0",
88
"facebook/hack-router": "^0.10",
99
"facebook/hack-codegen": "^3.0.1",
1010
"facebook/definition-finder": "^1.5.3",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)