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

Commit c5028eb

Browse files
committed
Quote '4.80' so its not interpreted as 4.8
1 parent b9d543b commit c5028eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 , macos ]
1515
hhvm:
16-
- 4.80
16+
- "4.80"
1717
- latest
1818
- nightly
1919
runs-on: ${{matrix.os}}-latest

0 commit comments

Comments
 (0)