Skip to content

Commit

Permalink
Merge pull request #626 from tricknotes/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
tricknotes authored Jan 13, 2025
2 parents c58ece9 + 81e00f7 commit 93502ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.2", "3.3"]
rails: ["6.1", "7.0", "7.1", "7.2"]
ruby: ["3.2", "3.3"]
rails: ["7.0", "7.1", "7.2"]
include:
- ruby: "3.3"
rails: "8.0"
- ruby: "3.3"
- ruby: "3.4"
rails: "8.0"
- ruby: "3.4"
rails: "main"

env:
Expand Down

0 comments on commit 93502ea

Please sign in to comment.