Skip to content

Commit fab1825

Browse files
committed
Add Ruby 3.5.0 preview to the matrix
1 parent 2a494d2 commit fab1825

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
9+
ruby: ["3.5.0-preview1", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
1010
rails: ["8.0", "7.2", "7.1", "6.1"]
1111
exclude:
1212
- rails: "6.1"
1313
ruby: "3.4"
1414

15+
- rails: "6.1"
16+
ruby: "3.5.0-preview1"
17+
1518
- rails: "7.2"
1619
ruby: "2.7"
1720
- rails: "7.2"

0 commit comments

Comments
 (0)