Skip to content

Commit 853b6b6

Browse files
committed
Add Ruby 3.4 to CI
1 parent 5932a21 commit 853b6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
# Test oldest and newest supported versions
20-
ruby: ['jruby', '2.6', '3.2']
20+
ruby: ['jruby', '2.6', '3.4']
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)