Skip to content

Commit

Permalink
Change to fix CI workflow and specify missing os value
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 24, 2020
1 parent eeb27e4 commit 201d4b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ruby:
- 2.1
- 2.2
Expand All @@ -35,9 +37,8 @@ jobs:
- truffleruby-head
include:
- ruby: 2.7
os: ubuntu-latest
coverage: true
os:
- ubuntu-latest
env:
COVERAGE: ${{ matrix.coverage }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
Expand Down

0 comments on commit 201d4b7

Please sign in to comment.