Skip to content

Commit

Permalink
CI: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCheek committed Jun 21, 2021
1 parent ca2b545 commit cea723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ name: Test
jobs:
test:
strategy:
fail-fast: false # Just to see where we're at outside of Windows
matrix:
os:
- 'ubuntu-20.04'
Expand All @@ -29,7 +30,6 @@ jobs:
# This is currently unavailable: https://github.com/actions/virtual-environments/issues/2486
# - 'macos-11.0'
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
fail-fast: false # Just to see where we're at outside of Windows

name: MRI ${{ matrix.ruby }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cea723c

Please sign in to comment.