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

Commit

Permalink
bump minimum version to 4.102
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jan 10, 2022
1 parent 8efa0ca commit 217c451
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.80'
- '4.102'
- 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 @@
"bin": [ "bin/hh-apidoc", "bin/hh-apidoc.hack" ],
"license": "MIT",
"require": {
"hhvm": "^4.80",
"hhvm": "^4.102",
"hhvm/hsl": "^4.0",
"hhvm/hsl-experimental": "^4.53",
"facebook/fbmarkdown": "^1.6.5",
Expand Down

0 comments on commit 217c451

Please sign in to comment.