8000 add Ruby 3.1 support · rggen/rggen-spreadsheet-loader@6fb60e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fb60e5

Browse files
add Ruby 3.1 support
(refs: ruby/ruby#91)
1 parent 57cda5c commit 6fb60e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: ['3.0', '2.7', '2.6', '2.5']
11+
ruby: ['3.1', '3.0', '2.7', '2.6', '2.5']
1212
frozen_string_literal: ['yes', 'no']
1313
exclude:
1414
- ruby: '2.5'

0 commit comments

Comments
 (0)
0