Skip to content

Commit

Permalink
Add Ruby 3.0.0 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 1, 2021
1 parent ec56bf3 commit 1fb723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: [2.7.1, 2.6.5, 2.5.7, 2.4.9, 2.3.8, jruby]
ruby_version: [3.0.0, 2.7.1, 2.6.5, 2.5.7, 2.4.9, 2.3.8, jruby]
gemfile:
[
Gemfile,
Expand Down

0 comments on commit 1fb723b

Please sign in to comment.