Skip to content

Commit

Permalink
Remove incompatible combinations of Ruby/ActiveRecord versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Nov 22, 2024
1 parent 898dff5 commit 8897552
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0-preview1']
activerecord: [6.1, '7.0', 7.1, 7.2, '8.0']
exclude:
- ruby: '3.0'
activerecord: 7.2
- ruby: '3.0'
activerecord: '8.0'
- ruby: '3.1'
activerecord: '8.0'
- ruby: '3.4.0-preview1'
activerecord: 6.1
- ruby: '3.4.0-preview1'
Expand Down

0 comments on commit 8897552

Please sign in to comment.