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

Commit

Permalink
Update minimum version to 4.66 (#162)
Browse files Browse the repository at this point in the history
Summary:
Needed for `OS\isatty()` and `OS\ttyname()`

Pull Request resolved: #162

Reviewed By: kmeht

Differential Revision: D23455849

Pulled By: fredemmott

fbshipit-source-id: 70352e9ba205b3e4ccd7dad891f6ea5584d7ab95
  • Loading branch information
fredemmott authored and facebook-github-bot committed Sep 2, 2020
1 parent 74c4604 commit 1491b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu , macos ]
hhvm:
- 4.59
- 4.66
- latest
- nightly
runs-on: ${{matrix.os}}-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"hhvm/hhvm-autoload": "^2.0|^3.0"
},
"require": {
"hhvm": "^4.59",
"hhvm": "^4.66",
"hhvm/hsl": "^4.15"
},
"provide": {
Expand Down

0 comments on commit 1491b97

Please sign in to comment.