Skip to content

Commit 48e7ef2

Browse files
committed
Add 3.4 to the matrix.
1 parent b92ee64 commit 48e7ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', 'truffleruby', 'jruby']
18+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'truffleruby', 'jruby']
1919
platform: [ubuntu-latest, macos-latest, windows-latest]
2020
exclude:
2121
- ruby-version: truffleruby

0 commit comments

Comments
 (0)