Skip to content

Commit

Permalink
Update actions to not test against head
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Feb 17, 2024
1 parent 92142f2 commit 8824208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cross-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "oxidize-rb/oxi-test"
slug: oxi-test
ref: main
ruby-versions: "3.1, 3.2"
ruby-versions: "3.0, 3.1, 3.2, 3.3"
ruby-platform:
- "x86_64-linux"
- "arm64-darwin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-setup-ruby-and-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cargo test
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
rust: ["stable"]
ruby: ["2.7", "3.0", "3.1", "head"]
ruby: ["3.0", "3.1", "3.2", "3.3"]
cargo-cache: ["true"]
include:
- os: "ubuntu-latest"
Expand Down

0 comments on commit 8824208

Please sign in to comment.