We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6d311 commit decc018Copy full SHA for decc018
2 files changed
.github/workflows/cd.yml
@@ -28,7 +28,7 @@
28
# https://github.com/oxidize-rb/actions/blob/main/fetch-ci-data/evaluate.rb#L54
29
exclude: [arm-linux, x64-mingw32, x64-mingw-ucrt, aarch64-linux-musl]
30
stable-ruby-versions: |
31
- exclude: [head]
+ only: ['3.2', '3.3', '3.4']
32
33
build:
34
name: Build native gems
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
uses: oxidize-rb/actions/fetch-ci-data@v1
17
with:
18
19
- # See https://github.com/bytecodealliance/wasmtime-rb/issues/286
20
- # for details.
21
+ # Explicitly include all Ruby versions we want to support
+ # to ensure binaries are built for each version
22
rspec:
23
runs-on: ${{ matrix.os }}
24
needs: ci-data
0 commit comments