Skip to content

Commit 7414b03

Browse files
committed
ci: add more ruby versions
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 62a388e commit 7414b03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
matrix:
1111
ruby:
1212
- 2.7
13-
- 3.0
13+
- "3.0"
1414
- 3.1
1515
- 3.2
16+
- 3.3
17+
- 3.4
1618
os:
1719
- ubuntu-latest
1820
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)