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

Commit 8614374

Browse files
committed
Target 3.21 on travis again
1 parent 71b677a commit 8614374

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: generic
33
services:
44
- docker
55
env:
6+
- HHVM_VERSION=3.21-lts-latest
7+
- HHVM_VERSION=latest
68
- HHVM_VERSION=nightly
79
install:
810
- docker pull hhvm/hhvm:$HHVM_VERSION

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"require-dev": {
3535
"phpunit/phpunit": "^5.7",
3636
"91carriage/phpunit-hhi": "^5.6",
37-
"hhvm/type-assert": "dev-master",
38-
"hhvm/hhast": "dev-master",
39-
"facebook/fbexpect": "^0.3.0"
37+
"hhvm/type-assert": "^3.1",
38+
"facebook/fbexpect": "^0.3.0",
39+
"hhvm/hhast": "^0.4.0"
4040
}
4141
}

composer.lock

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

0 commit comments

Comments
 (0)