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

Commit

Permalink
exclude 4.67/macos from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jan 7, 2022
1 parent d139036 commit cace9c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
hhvm:
- '4.67'
- '4.102'
exclude:
# 4.67 package is no longer usable on macos
- os: macos
hhvm: '4.67'

runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cace9c4

Please sign in to comment.