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

Commit

Permalink
Require HHVM 4.93 (#169)
Browse files Browse the repository at this point in the history
Summary:
Needed for coeffect/capability syntax

Pull Request resolved: #169

Reviewed By: jjergus

Differential Revision: D25961865

Pulled By: fredemmott

fbshipit-source-id: 59d0c25847c84bc6acd2aad51f43c6c76fda93b7
  • Loading branch information
fredemmott authored and facebook-github-bot committed Jan 19, 2021
1 parent 368bea4 commit cb35741
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.76
- 4.93
- 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.76",
"hhvm": "^4.93",
"hhvm/hsl": "^4.15"
},
"provide": {
Expand Down

0 comments on commit cb35741

Please sign in to comment.