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 d895383 commit a872b65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ 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'
experimental: true

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

0 comments on commit a872b65

Please sign in to comment.