Skip to content

Commit

Permalink
Include extra variations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 18, 2020
1 parent 211f5f8 commit 827cf81
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: [push, pull_request]

jobs:
test:
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}

strategy:
matrix:
experimental: [false]

os:
- ubuntu
- macos
Expand All @@ -16,18 +21,19 @@ jobs:
- 2.7

include:
- os: 'ubuntu'
- experimental: true
os: ubuntu
ruby: 2.7
env: BUNDLE_GEMFILE=gems/rack1.gemfile
- os: 'ubuntu'
- experimental: true
os: ubuntu
ruby: 2.7
env: BUNDLE_GEMFILE=gems/rack3.gemfile
- os: 'ubuntu'
- experimental: true
os: ubuntu
ruby: 2.6
env: COVERAGE=PartialSummary,Coveralls

runs-on: ${{matrix.os}}-latest

steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 827cf81

Please sign in to comment.