Skip to content

Commit cd003bb

Browse files
committed
Add Ruby 3.4 to CI
1 parent 500ae6f commit cd003bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ruby: [ "1.9.3", "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, jruby-9.2, jruby-9.3, jruby-9.4 ]
25+
ruby: [ "1.9.3", "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.2, jruby-9.3, jruby-9.4 ]
2626
name: ${{ matrix.ruby }}
2727
env:
2828
BUNDLE_GEMFILE: .ci.gemfile

0 commit comments

Comments
 (0)