Skip to content

Commit

Permalink
Correct exclusion syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 13, 2024
1 parent ba1549f commit 7bc01f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
rails: ["edge", "~> 7.2.0", "~> 7.1.0", "~> 7.0.0", "~> 6.1.0"]
ruby: ["3.3","3.2", "3.1", "3.0", "2.7"]
exclude:
- rails: "7.2.0"
- rails: "~> 7.2.0"
ruby: "3.0"
- rails: "7.2.0"
- rails: "~> 7.2.0"
ruby: "2.7"
- rails: "edge"
ruby: "3.0"
Expand Down

0 comments on commit 7bc01f8

Please sign in to comment.