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

Commit

Permalink
Update minimal HHVM version to 4.144 (#75)
Browse files Browse the repository at this point in the history
4.135 is an unsupported version, which is known incompatible with latest boost binary from Homebrew.
  • Loading branch information
Atry authored Mar 16, 2022
1 parent 16c0033 commit a56206c
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.135'
- '4.144'
- 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 @@ -11,7 +11,7 @@
],
"require": {
"composer-plugin-api": "^1.0|^2.0",
"hhvm": "^4.135",
"hhvm": "^4.144",
"hhvm/hsl": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit a56206c

Please sign in to comment.