Skip to content

Commit

Permalink
Exclude incompatible CI combinations (#300)
Browse files Browse the repository at this point in the history
ActiveRecord head dropped support for older Ruby versions (< 2.7), so excluding them from the build matrix
  • Loading branch information
mlarraz committed Jun 4, 2021
1 parent c3c43e3 commit dbca72b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
ruby: '3.0'
- activerecord: '5.2'
ruby: head
- activerecord: head
ruby: '2.5'
- activerecord: head
ruby: '2.6'
continue-on-error: ${{ matrix.ruby == 'jruby' || matrix.ruby == 'head' || matrix.activerecord == 'head' }}
name: Ruby ${{ matrix.ruby }} / ActiveRecord ${{ matrix.activerecord }}
services:
Expand Down

0 comments on commit dbca72b

Please sign in to comment.