Skip to content

Commit

Permalink
ci: Add matrix exclusion config
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Sep 27, 2024
1 parent f9465eb commit 66cc3af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
strategy:
- array
- ltree
exclude:
- ruby: '3.1'
activerecord: 8.0.0

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activerecord_${{ matrix.activerecord }}.gemfile
Expand Down

0 comments on commit 66cc3af

Please sign in to comment.