Skip to content

Commit

Permalink
Add ruby 3.0 to the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmfernandes authored and ioquatix committed Dec 30, 2020
1 parent 5515019 commit b7591cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019 ]
ruby: [head, 2.7, 2.6, 2.5, 2.4, jruby, truffleruby-head]
ruby: [ head, 3.0, 2.7, 2.6, 2.5, 2.4, jruby, truffleruby-head ]
include:
- { os: ubuntu-16.04, ruby: 2.7 }
- { os: ubuntu-16.04, ruby: 3.0 }
- { os: ubuntu-16.04, ruby: 2.4 }
- { os: macos-11.0 , ruby: 2.7 }
- { os: macos-11.0 , ruby: 3.0 }
- { os: macos-11.0 , ruby: 2.4 }
exclude:
- { os: windows-2019, ruby: head }
Expand Down

0 comments on commit b7591cd

Please sign in to comment.