Skip to content

Commit

Permalink
Update github actions until we get active record 7 working
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Nov 2, 2023
1 parent 7cdffc1 commit 9f35ee9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
activerecord:
- '5.2'
- '6.0'
- '6.1'
- '7.0'
exclude:
- activerecord: '5.2'
ruby: '3.1'
- activerecord: '5.2'
ruby: '3.0'
- activerecord: '7.0'
ruby: '2.6'
name: Ruby ${{ matrix.ruby }} / ActiveRecord ${{ matrix.activerecord }}
env:
AR: ~> ${{ matrix.activerecord }}
Expand Down

0 comments on commit 9f35ee9

Please sign in to comment.