Skip to content

Commit

Permalink
Add Ruby 3 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx authored and rpbaltazar committed Jun 25, 2021
1 parent f79ec20 commit 0ed15c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ workflows:
- build:
matrix:
parameters:
ruby_version: ["ruby:2.6-buster", "ruby:2.7-buster"]
ruby_version: ["ruby:2.6-buster", "ruby:2.7-buster", "ruby:3.0-buster"]
gemfile: ["gemfiles/rails_5_2.gemfile", "gemfiles/rails_6_0.gemfile", "gemfiles/rails_6_1.gemfile"]
exclude:
- ruby_version: "ruby:3.0-buster"
gemfile: "gemfiles/rails_5_2.gemfile"

0 comments on commit 0ed15c8

Please sign in to comment.