Skip to content

Commit 9b48632

Browse files
committed
Add Ruby 3.4 to CI
1 parent f9d2108 commit 9b48632

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
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 ]
18+
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 ]
1919
name: ${{ matrix.ruby }}
2020
env:
2121
BUNDLE_GEMFILE: .ci.gemfile

0 commit comments

Comments
 (0)