Skip to content

Commit

Permalink
test: mark Ruby 3.0 as experimental on windows
Browse files Browse the repository at this point in the history
There are some failed unit test with Ruby 3.0 on windows,
Instead of omitting those test cases, it may be better
to mark "experimental" to clarify the issues.

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Mar 31, 2021
1 parent d19b706 commit 8326a69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', '2.7', '2.6', '2.5']
ruby-version: ['2.7', '2.6', '2.5']
os:
- windows-latest
experimental: [false]
include:
- ruby-version: '3.0'
os: windows-latest
experimental: true

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

0 comments on commit 8326a69

Please sign in to comment.