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

Commit cace9c4

Browse files
committedJan 7, 2022
exclude 4.67/macos from CI matrix
1 parent d139036 commit cace9c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

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

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
hhvm:
1616
- '4.67'
1717
- '4.102'
18+
exclude:
19+
# 4.67 package is no longer usable on macos
20+
- os: macos
21+
hhvm: '4.67'
22+
1823
runs-on: ${{matrix.os}}-latest
1924
steps:
2025
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)