Skip to content

Commit

Permalink
Merge pull request #2229 from connorshea/ruby3-ci
Browse files Browse the repository at this point in the history
Add Ruby 3.0 to CI matrix.
  • Loading branch information
koic authored Jan 3, 2021
2 parents a1ba45c + a481286 commit e706f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- 'head'
- truffleruby-head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
Expand Down

0 comments on commit e706f34

Please sign in to comment.