Skip to content

Commit

Permalink
Refresh dependencies and revise CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Feb 7, 2024
1 parent 247f659 commit 046cf74
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 138 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/test.yml
Expand Up @@ -18,12 +18,12 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: '2.6'
activerecord: '5.2'
gemfile: 'activerecord_5_2.gemfile'
- ruby: '2.6'
activerecord: '5.1'
gemfile: 'activerecord_5_1.gemfile'
- ruby: '2.6'
activerecord: '5.2'
gemfile: 'activerecord_5_2.gemfile'
- ruby: '2.7'
activerecord: '6.0'
gemfile: 'activerecord_6_0.gemfile'
Expand All @@ -33,19 +33,13 @@ jobs:
- ruby: '3.0'
activerecord: '7.0'
gemfile: 'activerecord_7_0.gemfile'
- ruby: '3.1'
activerecord: '7.0'
gemfile: 'activerecord_7_0.gemfile'
- ruby: '3.0'
activerecord: '7.1'
gemfile: 'activerecord_7_1.gemfile'
- ruby: '3.1'
activerecord: '7.1'
gemfile: 'activerecord_7_1.gemfile'
- ruby: '3.2'
activerecord: '7.1'
gemfile: 'activerecord_7_1.gemfile'
- ruby: '3.2'
- ruby: '3.3'
activerecord: 'HEAD'
gemfile: 'activerecord_master.gemfile'
env:
Expand All @@ -54,7 +48,7 @@ jobs:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 046cf74

Please sign in to comment.