Skip to content

Commit 295ce25

Browse files
committed
Test with ruby head
1 parent 8b83697 commit 295ce25

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
# Test against all versions supported by rubygems
62-
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
62+
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0", "head"]
6363
sys:
6464
- os: ubuntu-latest
6565
rust_toolchain: ${{ needs.fetch_ci_data.outputs.minimum-supported-rust-version }}
@@ -85,10 +85,6 @@ jobs:
8585
sys:
8686
os: windows-2022
8787
rust_toolchain: stable-x86_64-pc-windows-msvc
88-
- ruby_version: "ruby-head"
89-
sys:
90-
os: ubuntu-latest
91-
rust_toolchain: stable
9288
# TODO: Remove allow_failure after 2025-01-01 (known Windows compatibility issues)
9389
- ruby_version: "3.4"
9490
allow_failure: true

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo test --release
3434
os: ["ubuntu-latest", "windows-latest", "macos-15"]
3535
rust: ["stable"]
36-
ruby: ["3.2", "3.3", "3.4"]
36+
ruby: ["3.2", "3.3", "3.4", "4.0", "head"]
3737
exclude:
3838
- repo:
3939
slug: magnus-0.5

0 commit comments

Comments
 (0)