We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f25cee commit 985af25Copy full SHA for 985af25
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- ruby: [ 3.2, 3.3, 3.4, jruby-9.4, jruby-10.0 ]
+ ruby: [ 3.2, 3.3, 3.4, "4.0", jruby-9.4, jruby-10.0 ]
19
name: ${{ matrix.ruby }}
20
env:
21
BUNDLE_GEMFILE: .ci.gemfile
0 commit comments