Skip to content

Commit

Permalink
chore: Disable Ruby head temporarily
Browse files Browse the repository at this point in the history
Ruby head is still failing on pull requests so I'm opting to
disable it until we decide what to do with it in
#286.
  • Loading branch information
saulecabrera committed Feb 9, 2024
1 parent c956106 commit 98f2a30
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
steps:
- id: fetch
uses: oxidize-rb/actions/fetch-ci-data@v1
with:
stable-ruby-versions: |
# See https://github.com/bytecodealliance/wasmtime-rb/issues/286
# for details.
exclude: [head]
ci:
runs-on: ${{ matrix.os }}
Expand All @@ -32,9 +37,11 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
ruby: ${{ fromJSON(needs.ci-data.outputs.result).stable-ruby-versions }}
include:
- os: windows-latest
ruby: mswin
# include:
# mswin relies on head and we're not creating releases for it
# so disabling it as well.
# - os: windows-latest
# ruby: mswin
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 98f2a30

Please sign in to comment.