Skip to content

Commit 33b8fb9

Browse files
committed
Run CI with Ruby3.0
1 parent cac384e commit 33b8fb9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
11+
ruby:
12+
- 2.4
13+
- 2.5
14+
- 2.6
15+
- 2.7
16+
- 3.0
1217
os:
1318
- ubuntu-latest
1419
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)