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

Commit 06843a4

Browse files
committed
Bump minimum hhvm version to 4.153 for unsafe casts
1 parent 2c43805 commit 06843a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-20.04 ]
1515
hhvm:
16-
- '4.128'
1716
- '4.153'
1817
- '4.168'
1918
runs-on: ${{matrix.os}}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["hack", "router", "routing", "hhvm"],
66
"homepage": "https://github.com/hhvm/hack-router",
77
"require": {
8-
"hhvm": "^4.128",
8+
"hhvm": "^4.153",
99
"facebook/hack-http-request-response-interfaces": "^0.2|^0.3"
1010
},
1111
"extra": {

0 commit comments

Comments
 (0)