Skip to content

Commit b9fc438

Browse files
authored
ci: include Ruby 3.4 on Windows (#4756)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: [RubyInstaller 3.4.1](https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-3.4.1-1) was released. So we can use Ruby 3.4 on Windows in CI. **Docs Changes**: **Release Note**: Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 3398ec6 commit b9fc438

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
matrix:
2828
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2929
ruby-version: ['3.4', '3.3', '3.2', '3.1']
30-
exclude:
31-
- os: 'windows-latest'
32-
ruby-version: '3.4'
3330

3431
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
3532
steps:

0 commit comments

Comments
 (0)