Skip to content

Commit

Permalink
Update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangara committed Oct 3, 2024
1 parent f8081e7 commit 6986927
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,37 @@ jobs:
strategy:
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
rails: ["5.2", "6.0", "6.1", "7.0", "7.1", "edge"]
rails: ["5.2", "6.0", "6.1", "7.0", "7.1", "7.2", "edge"]
gemfile: [rails_gems]
exclude:
- ruby: "2.6"
rails: "7.0"
- ruby: "2.6"
rails: "7.1"
- ruby: "2.6"
rails: "7.2"
- ruby: "2.6"
rails: "edge"
- ruby: "2.7"
rails: "7.1"
- ruby: "2.7"
rails: "7.2"
- ruby: "2.7"
rails: "edge"
- ruby: "3.0"
rails: "5.2"
- ruby: "3.0"
rails: "7.1"
- ruby: "3.0"
rails: "7.2"
- ruby: "3.0"
rails: "edge"
- ruby: "3.1"
rails: "5.2"
- ruby: "3.1"
rails: "6.0"
- ruby: "3.1"
rails: "edge"
- ruby: "3.2"
rails: "5.2"
- ruby: "3.2"
Expand Down

0 comments on commit 6986927

Please sign in to comment.