Skip to content

Commit 3563ad1

Browse files
authored
CI: add Ruby 3.4 (#5177)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: **Docs Changes**: **Release Note**: --------- Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 4f5290b commit 3563ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
29-
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
29+
ruby-version: ['3.4', '3.3', '3.2', '3.1', '3.0', '2.7']
3030
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v5
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
51+
ruby-version: ['3.4', '3.3', '3.2', '3.1', '3.0', '2.7']
5252
name: Windows service (Ruby ${{ matrix.ruby-version }})
5353
steps:
5454
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)