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

Commit 9ca8ffc

Browse files
committed
Require 4.102, support 4.129
1 parent ddb4dc6 commit 9ca8ffc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.73'
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
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/facebook/xhp-lib",
66
"license": ["MIT"],
77
"require": {
8-
"hhvm": "^4.73",
8+
"hhvm": "^4.102",
99
"hhvm/hsl": "^4.36.0"
1010
},
1111
"require-dev": {

src/core/UseAfterRenderException.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class UseAfterRenderException extends \InvalidOperationException {
2222
}
2323

2424
<<__Override>>
25-
public function getMessage(): string {
25+
public function getMessage()[]: string {
2626
if (C\is_empty($this->xhpPath)) {
2727
return $this->message;
2828
}

0 commit comments

Comments
 (0)