Skip to content

Commit 5aae7b6

Browse files
authored
Merge pull request #29 from tricknotes/support-rails-8
Add Ruby 3.3 & Rails 8 to CI matrix
2 parents 81d1dfd + ef68fc7 commit 5aae7b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.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)