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

Commit bef90a0

Browse files
jjergusfacebook-github-bot
authored andcommitted
bump minimum HHVM version (#34)
Summary: We can no longer run CI with HHVM 4.25, because ubuntu-latest is now focal (20.04), which HHVM 4.25 doesn't provide packages for. Pull Request resolved: #34 Reviewed By: jthemphill Differential Revision: D26380324 Pulled By: jjergus fbshipit-source-id: 869446136d5101f47ece6964fdca61f925cb53bb
1 parent 026c091 commit bef90a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"require": {
11-
"hhvm": "^4.25",
11+
"hhvm": "^4.56",
1212
"hhvm/hsl": "^4.0"
1313
},
1414
"require-dev": {

0 commit comments

Comments
 (0)