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 71effb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
test:
strategy:
matrix:
env: [""]

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

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

Expand Down

0 comments on commit 71effb6

Please sign in to comment.