Skip to content

Commit

Permalink
Add Ruby 3.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Nov 4, 2021
1 parent a62d36b commit 86c01db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head]
ruby: [2.5, 2.6, 2.7, '3.0', head, debug, truffleruby, truffleruby-head]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 86c01db

Please sign in to comment.