Skip to content

Commit

Permalink
Add Ruby 2.0 and 3.1 to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 2, 2022
1 parent feefe9e commit 89f1cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -30,11 +30,16 @@ jobs:
- 2.5
- 2.6
- 3.0
- 3.1
- ruby-head
- jruby-9.2.13.0
- jruby-head
- truffleruby-head
include:
- ruby: 2.0
os: ubuntu-latest
coverage: false
bundler: 1
- ruby: 2.1
os: ubuntu-latest
coverage: false
Expand Down

0 comments on commit 89f1cd8

Please sign in to comment.