Skip to content

Commit

Permalink
Add newer Ruby and Rails to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Nov 3, 2024
1 parent 7a326c5 commit 4ebbfea
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2"]
rails: ["6.1", "7.0", "7.1"]
ruby: ["3.1", "3.2", "3.3"]
rails: ["6.1", "7.0", "7.1", "7.2"]
include:
- ruby: "3.1"
rails: "7.2"
- ruby: "3.2"
rails: "7.2"
- ruby: "3.3"
rails: "7.2"
- ruby: "3.3"
rails: "main"

Expand Down

0 comments on commit 4ebbfea

Please sign in to comment.