Skip to content

Commit 4cd54e1

Browse files
committed
chore: add ruby 3
1 parent 9093abe commit 4cd54e1

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [ '2.6', '2.7' ]
15+
ruby: [ '2.6', '2.7', '3.0' ]
1616
env:
1717
RUBY_IMAGE: ${{ matrix.ruby }}
1818
name: Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)