Skip to content

Commit

Permalink
Merge pull request #3307 from kenhys/make-experimental-ruby30
Browse files Browse the repository at this point in the history
test: mark Ruby 3.0 as experimental on windows
  • Loading branch information
ashie committed Mar 31, 2021
2 parents 2081bf2 + 4974f0e commit a40ce02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}

continue-on-error: ${{ matrix.experimental }}
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 a40ce02

Please sign in to comment.