We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0d70f commit b5ce11cCopy full SHA for b5ce11c
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- ruby: ['3.2', '3.3', '3.4', 'jruby-10.0']
+ ruby: ['3.2', '3.3', '3.4', '4.0', 'jruby-10.0']
19
env:
20
BUNDLE_WITHOUT: optional
21
steps:
0 commit comments