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

Commit b9d543b

Browse files
committed
Update required version to 4.80
4.64 is no longer compatible, and 4.80 is the oldest supported version that is newer than 4.64.
1 parent e09a66b commit b9d543b

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 , macos ]
1515
hhvm:
16-
- 4.64
16+
- 4.80
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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"keywords": ["hack", "TypeAssert"],
66
"require": {
7-
"hhvm": "^4.64",
7+
"hhvm": "^4.80",
88
"hhvm/hsl": "^4.0"
99
},
1010
"extra": {

0 commit comments

Comments
 (0)