Skip to content

Commit

Permalink
Exclude Ruby head and old AR matrix from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Aug 14, 2024
1 parent cecb183 commit c15201a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- activerecord_7_0
- activerecord_7_1
- activerecord_7_2
exclude:
# Old ARs does not work on Ruby head due to lack of stdlib dependencies
- ruby: 'head'
gemfile: activerecord_6_1
- ruby: 'head'
gemfile: activerecord_7_0

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit c15201a

Please sign in to comment.