We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efbf2a commit 51a0944Copy full SHA for 51a0944
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
+ ruby: ['3.0', 3.1, 3.2, 3.3, 3.4, ruby-head, jruby]
23
steps:
24
- name: Clone repository
25
uses: actions/checkout@v3
0 commit comments