Skip to content

Commit be39c22

Browse files
authored
Merge pull request #92 from kentarohorie/add_test_targets
Add test targets of Ruby
2 parents 115fa22 + f2bcd6c commit be39c22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- '2.4'
13-
- '2.5'
14-
- '2.6'
1512
- '2.7'
1613
- '3.0'
14+
- '3.1'
15+
- '3.2'
1716
os:
1817
- ubuntu-latest
1918
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)