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

Commit

Permalink
require HHVM 4.56
Browse files Browse the repository at this point in the history
(oldest supported HHVM version that provides packages for ubuntu-latest)
  • Loading branch information
jjergus committed Feb 12, 2021
1 parent e09958e commit 98bad71
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 ]
hhvm:
- '4.45'
- '4.56'
- 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 @@ -3,7 +3,7 @@
"description": "Unit test helpers for Facebook projects",
"license": "MIT",
"require": {
"hhvm": "^4.45",
"hhvm": "^4.56",
"hhvm/hacktest": "^1.0|^2.0",
"hhvm/hsl": "^4.0",
"facebook/difflib": "^1.0.0"
Expand Down

0 comments on commit 98bad71

Please sign in to comment.