Skip to content

Commit 51a0944

Browse files
committed
CI in Ruby 3.4.
1 parent 0efbf2a commit 51a0944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
22+
ruby: ['3.0', 3.1, 3.2, 3.3, 3.4, ruby-head, jruby]
2323
steps:
2424
- name: Clone repository
2525
uses: actions/checkout@v3

0 commit comments

Comments
 (0)