Skip to content

Commit 4ebbfea

Browse files
committed
Add newer Ruby and Rails to CI matrix
1 parent 7a326c5 commit 4ebbfea

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ["3.0", "3.1", "3.2"]
17-
rails: ["6.1", "7.0", "7.1"]
16+
ruby: ["3.1", "3.2", "3.3"]
17+
rails: ["6.1", "7.0", "7.1", "7.2"]
1818
include:
19-
- ruby: "3.1"
20-
rails: "7.2"
21-
- ruby: "3.2"
22-
rails: "7.2"
23-
- ruby: "3.3"
24-
rails: "7.2"
2519
- ruby: "3.3"
2620
rails: "main"
2721

0 commit comments

Comments
 (0)