There was an error while loading. Please reload this page.
1 parent d971a5a commit 5f1dadcCopy full SHA for 5f1dadc
.github/workflows/linux.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- ruby: [ '2.4', '2.5', '2.6', '2.7' ]
+ ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
12
os:
13
- ubuntu-latest
14
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
0 commit comments