Skip to content

Commit

Permalink
Merge branch 'master' into rspec_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz authored Feb 8, 2021
2 parents 24fccad + 1938ff3 commit d6bf4a0
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 d6bf4a0

Please sign in to comment.