Skip to content

Commit

Permalink
Remove duplicates from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Mar 10, 2021
1 parent 0bd4420 commit c04bf8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ 3.0, 2.7, 2.6, 2.5, head ]
ruby: [ 3.0, 2.7, 2.5, head ]
os: [ ubuntu-latest, macos-latest ]
experimental: [false]
include:
- ruby: 2.6
os: ubuntu-latest
experimental: true
- ruby: 2.6
os: macos-latest
experimental: false
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down

0 comments on commit c04bf8f

Please sign in to comment.