Skip to content

Commit 32de721

Browse files
authored
Merge pull request #26 from takahashim/update-ga
GA: support ruby 3.4
2 parents fe255bd + e9a78bb commit 32de721

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
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
ruby: ['jruby', '2.7', '3.0', '3.1', '3.2', '3.3']
9+
ruby: ['jruby', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111

1212
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)