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

Commit

Permalink
try bumping minimum version to 4.32 (oldest supported release)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed May 21, 2020
1 parent 3f93a69 commit 2e6877e
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.25-latest
- HHVM_VERSION=4.32-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 @@ -5,7 +5,7 @@
"homepage": "https://github.com/facebook/xhp-lib",
"license": ["MIT"],
"require": {
"hhvm": "^4.25",
"hhvm": "^4.32",
"hhvm/type-assert": "^3.0|^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 2e6877e

Please sign in to comment.