We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b83697 commit a11a29cCopy full SHA for a11a29c
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
fail-fast: false
60
matrix:
61
# Test against all versions supported by rubygems
62
- ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
+ ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0", "head"]
63
sys:
64
- os: ubuntu-latest
65
rust_toolchain: ${{ needs.fetch_ci_data.outputs.minimum-supported-rust-version }}
0 commit comments