Skip to content

Commit a509851

Browse files
committed
Run CI against Ruby 3.5 and head
1 parent 9516b29 commit a509851

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ jobs:
1414
include:
1515
# Test all active versions combinations
1616
# and inactive Rails versions with minimum Ruby version.
17+
- {rails: "8.1", ruby: "head"}
18+
- {rails: "8.1", ruby: "3.5"}
1719
- {rails: "8.1", ruby: "3.4"}
1820
- {rails: "8.1", ruby: "3.3"}
1921
- {rails: "8.1", ruby: "3.2"}
2022

23+
- {rails: "8.0", ruby: "3.5"}
2124
- {rails: "8.0", ruby: "3.4"}
2225
- {rails: "8.0", ruby: "3.3"}
2326
- {rails: "8.0", ruby: "3.2"}
2427

28+
- {rails: "7.2", ruby: "3.5"}
2529
- {rails: "7.2", ruby: "3.4"}
2630
- {rails: "7.2", ruby: "3.3"}
2731
- {rails: "7.2", ruby: "3.2"}

0 commit comments

Comments
 (0)