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

Commit 217c451

Browse files
committed
bump minimum version to 4.102
1 parent 8efa0ca commit 217c451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ ubuntu ]
1515
hhvm:
16-
- '4.80'
16+
- '4.102'
1717
- latest
1818
- nightly
1919
runs-on: ${{matrix.os}}-latest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": [ "bin/hh-apidoc", "bin/hh-apidoc.hack" ],
44
"license": "MIT",
55
"require": {
6-
"hhvm": "^4.80",
6+
"hhvm": "^4.102",
77
"hhvm/hsl": "^4.0",
88
"hhvm/hsl-experimental": "^4.53",
99
"facebook/fbmarkdown": "^1.6.5",

0 commit comments

Comments
 (0)