Skip to content

Commit

Permalink
Update CI test matrix & remove unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Winkler committed Mar 11, 2024
1 parent 7e3bd8a commit a39bd14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 276 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,21 @@ jobs:
name: ruby-${{ matrix.ruby }} ${{ matrix.gemfile }}
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3', head]
gemfile:
- rails_6
- rails_6_1
- rails_7
- rails_7_1
- rails_main
- sidekiq_6
- sidekiq_7
exclude:
- ruby: '3.2'
gemfile: rails_6

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
BUNDLE_PATH_RELATIVE_TO_CWD: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion acts_as_tenant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "rails", ">= 6.0"
spec.add_dependency "rails", ">= 6.1"
end
14 changes: 0 additions & 14 deletions gemfiles/rails_6.gemfile

This file was deleted.

255 changes: 0 additions & 255 deletions gemfiles/rails_6.gemfile.lock

This file was deleted.

0 comments on commit a39bd14

Please sign in to comment.