Skip to content

Commit

Permalink
Merge pull request #625 from tricknotes/support-rails-8
Browse files Browse the repository at this point in the history
Add Ruby 3.3 & Rails 8 to CI matrix
  • Loading branch information
tricknotes authored Nov 17, 2024
2 parents bcc8693 + 0e86bdd commit c58ece9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
ruby: ["3.1", "3.2", "3.3"]
rails: ["6.1", "7.0", "7.1", "7.2"]
include:
- ruby: "3.3"
rails: "8.0"
- ruby: "3.3"
rails: "main"

Expand Down

0 comments on commit c58ece9

Please sign in to comment.