Skip to content

Commit

Permalink
exclude ruby 3.1 and rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstarck committed Jan 30, 2025
1 parent 13643a9 commit a10a79b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- gemfiles/activerecord_7_1.gemfile
- gemfiles/activerecord_7_2.gemfile
- gemfiles/activerecord_8_0.gemfile
exclude:
- ruby: 3.1
gemfile: gemfiles/activerecord_8_0.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit a10a79b

Please sign in to comment.