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

Commit a370932

Browse files
fredemmottfacebook-github-bot
authored andcommitted
update minimum version to 4.102 (#37)
Summary: 4.102 is the oldest supported version (LTS) Older versions are not compatible with composer 2.2 Pull Request resolved: #37 Reviewed By: Wilfred Differential Revision: D33480018 Pulled By: fredemmott fbshipit-source-id: b30f250e4878e1370ca4c46f9ffeb060cfcecc4d
1 parent 22f3661 commit a370932

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.56'
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
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"require": {
12-
"hhvm": "^4.56",
12+
"hhvm": "^4.102",
1313
"hhvm/hsl": "^4.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)