Skip to content

Commit

Permalink
Add Ruby 2.7 & 3.0 into CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes authored and seanpdoyle committed Dec 20, 2021
1 parent 812bc90 commit f750eb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6"]
ruby: ["2.5", "2.6", "2.7", "3.0"]
rails: ["5.2", "6.0"]
exclude:
- ruby: "3.0"
rails: "5.2"

env:
RAILS_ENV: "test"
Expand Down

0 comments on commit f750eb8

Please sign in to comment.