Skip to content

Commit

Permalink
ci: exclude test case until Ruby 3.4 is installable (fluent#4748)
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**: 

Ruby 3.4 binary on Windows is not ready yet.
Exclude it from matrix until it is available.

**Docs Changes**:

N/A

**Release Note**: 

N/A

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys authored Dec 27, 2024
1 parent b193dc4 commit 51eb2cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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 51eb2cb

Please sign in to comment.