Skip to content

Commit

Permalink
Add Ruby 3.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Dec 28, 2024
1 parent 2f4b8b0 commit 4d506ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
# Test against all versions supported by rubygems
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4.0-preview2"]
ruby_version: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"]
sys:
- os: ubuntu-latest
rust_toolchain: ${{ needs.fetch_ci_data.outputs.minimum-supported-rust-version }}
Expand Down

0 comments on commit 4d506ed

Please sign in to comment.