Skip to content

Commit 5f1dadc

Browse files
committed
Add Ruby 3.0 task
Signed-off-by: Hiroshi Hatake <cosmo0920.oucc@gmail.com>
1 parent d971a5a commit 5f1dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
11+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
1212
os:
1313
- ubuntu-latest
1414
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)