Skip to content

Commit

Permalink
Add Ruby exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 13, 2024
1 parent 79d8ba0 commit ba1549f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
matrix:
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"
ruby: "3.0"
- rails: "7.2.0"
ruby: "2.7"
- rails: "edge"
ruby: "3.0"
- rails: "edge"
ruby: "2.7"



env:
RAILS: ${{ matrix.rails }}
Expand Down

0 comments on commit ba1549f

Please sign in to comment.