Skip to content

Commit

Permalink
More specific ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
meineerde committed Jul 17, 2020
1 parent 108926f commit ba7fd72
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
ruby:
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- '2.3'
- '2.2'
- '2.1'
- head
- ruby-2.7
- ruby-2.6
- ruby-2.5
- ruby-2.4
- ruby-2.3
- ruby-2.2
- ruby-2.1
- rubuy-head

- jruby-9.1
- jruby-9.2
Expand All @@ -35,7 +35,7 @@ jobs:
- truffleruby-head

include:
- ruby: '2.7'
- ruby: ruby-2.7
env:
COVERAGE: '1'

Expand Down

0 comments on commit ba7fd72

Please sign in to comment.