Skip to content

Commit ba1549f

Browse files
committed
Add Ruby exclusions
1 parent 79d8ba0 commit ba1549f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/build.yml

+11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ jobs:
1717
matrix:
1818
rails: ["edge", "~> 7.2.0", "~> 7.1.0", "~> 7.0.0", "~> 6.1.0"]
1919
ruby: ["3.3","3.2", "3.1", "3.0", "2.7"]
20+
exclude:
21+
- rails: "7.2.0"
22+
ruby: "3.0"
23+
- rails: "7.2.0"
24+
ruby: "2.7"
25+
- rails: "edge"
26+
ruby: "3.0"
27+
- rails: "edge"
28+
ruby: "2.7"
29+
30+
2031

2132
env:
2233
RAILS: ${{ matrix.rails }}

0 commit comments

Comments
 (0)