Skip to content

Commit 2f85fe2

Browse files
authored
Merge pull request #1056 from kenhys/update-ci
github: add Ruby 3.3/3.4 for CI
2 parents 9bfdc35 + d9fb443 commit 2f85fe2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.0', '3.1', '3.2' ]
14+
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
1515
os:
1616
- ubuntu-latest
1717
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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.0', '3.1', '3.2' ]
14+
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
1515
os:
1616
- macOS-latest
1717
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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.0', '3.1', '3.2' ]
14+
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
1515
os:
1616
- windows-latest
1717
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)