Skip to content

Commit

Permalink
Merge pull request #27 from seanpdoyle/update-ruby-versions
Browse files Browse the repository at this point in the history
Add newer Ruby and Rails versions to CI matrix
  • Loading branch information
tricknotes authored Nov 3, 2024
2 parents 831f149 + d751784 commit bffab3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
rails: ["6.1", "7.0"]
ruby: ["3.1", "3.2", "3.3"]
rails: ["6.1", "7.0", "7.1", "7.2"]
include:
- ruby: "3.2"
- ruby: "3.3"
rails: "main"

env:
Expand Down

0 comments on commit bffab3d

Please sign in to comment.