Skip to content

Commit 9776800

Browse files
committed
CI: Add Ruby 3.2 and drop 2.6 or former
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 67a8db5 commit 9776800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
13+
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
1414
os:
1515
- ubuntu-latest
1616
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

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

0 commit comments

Comments
 (0)