Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Bump minimum version to 4.128
Browse files Browse the repository at this point in the history
4.126 is unsupported, and no longer has a working macos build
  • Loading branch information
fredemmott committed Feb 23, 2022
1 parent 259bdaf commit 6e1b3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu , macos ]
hhvm:
- '4.126'
- '4.128'
- latest
- nightly
runs-on: ${{matrix.os}}-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"hhvm/hacktest": "^2.3.0"
},
"require": {
"hhvm": "^4.126",
"hhvm": "^4.128",
"hhvm/hsl": "^4.25",
"hhvm/hsl-experimental": "^4.58.0rc1",
"hhvm/hsl-io": "^0.2.0|0.3.0",
Expand Down

0 comments on commit 6e1b3fa

Please sign in to comment.