Skip to content

Commit 08e20dd

Browse files
committed
ci: test with more newer ruby
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent bf2a1f6 commit 08e20dd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- 2.5
13-
- 2.6
1412
- 2.7
1513
- 3.0
14+
- 3.1
15+
- 3.2
16+
- 3.3
17+
- 3.4
1618
os:
1719
- ubuntu-latest
1820
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

.github/workflows/windows.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.5', '2.6', '2.7', '3.0' ]
11+
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
1212
os:
1313
- windows-latest
1414
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)