Skip to content

Commit

Permalink
Update CI exclusions
Browse files Browse the repository at this point in the history
Remove combinations that are not supported Ruby vs AR
  • Loading branch information
peerkleio committed Jun 10, 2024
1 parent dfa41d2 commit db31bd2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ jobs:
- 6.1.0
- 7.0.0
- 7.1.0
exclude:
- ruby-version: 3.2
active-record-version: 6.0.0
- ruby-version: 3.2
active-record-version: 6.1.0
- ruby-version: 3.2
active-record-version: 7.0.0
- ruby-version: 3.1
active-record-version: 6.0.0
- ruby-version: 3.1
active-record-version: 6.1.0
- ruby-version: 3.0
active-record-version: 6.0.0
env:
ACTIVE_RECORD_VERSION: "${{ matrix.active-record-version }}"
steps:
Expand Down

0 comments on commit db31bd2

Please sign in to comment.