Skip to content

Commit

Permalink
ci: include Ruby 3.4 on Windows (#4756)
Browse files Browse the repository at this point in the history
**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 <[email protected]>
  • Loading branch information
Watson1978 authored Jan 6, 2025
1 parent 3398ec6 commit b9fc438
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
ruby-version: ['3.4', '3.3', '3.2', '3.1']
exclude:
- os: 'windows-latest'
ruby-version: '3.4'

name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b9fc438

Please sign in to comment.