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

Commit 3012835

Browse files
committed
update minimum version to 4.102
1 parent 86b1750 commit 3012835

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.93'
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
"description": "Hack Codegen is a library for programmatically generating Hack code",
44
"keywords": ["code generation", "Hack"],
55
"require": {
6-
"hhvm": "^4.93",
6+
"hhvm": "^4.102",
77
"hhvm/hhvm-autoload": "^2.0|^3.0",
88
"hhvm/hsl": "^4.0"
99
},

0 commit comments

Comments
 (0)