Skip to content

Commit c58ece9

Browse files
authored
Merge pull request #625 from tricknotes/support-rails-8
Add Ruby 3.3 & Rails 8 to CI matrix
2 parents bcc8693 + 0e86bdd commit c58ece9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
ruby: ["3.1", "3.2", "3.3"]
1717
rails: ["6.1", "7.0", "7.1", "7.2"]
1818
include:
19+
- ruby: "3.3"
20+
rails: "8.0"
1921
- ruby: "3.3"
2022
rails: "main"
2123

0 commit comments

Comments
 (0)