Skip to content

Commit 7bc01f8

Browse files
committed
Correct exclusion syntax
1 parent ba1549f commit 7bc01f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
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"]
2020
exclude:
21-
- rails: "7.2.0"
21+
- rails: "~> 7.2.0"
2222
ruby: "3.0"
23-
- rails: "7.2.0"
23+
- rails: "~> 7.2.0"
2424
ruby: "2.7"
2525
- rails: "edge"
2626
ruby: "3.0"

0 commit comments

Comments
 (0)