Skip to content

Commit

Permalink
update support matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Aug 27, 2024
1 parent c231350 commit 3ea98a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,8 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: [ rails_6.1, rails_7.0, rails_7.1 ]
ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2 ]
exclude:
- gemfile: rails_5.1
ruby: 3.0
- gemfile: rails_5.2
ruby: 3.0
- gemfile: rails_7.0
ruby: 2.6
- gemfile: rails_7.1
ruby: 2.6
gemfile: [ rails_7.0, rails_7.1, rails_7.2 ]
ruby: [ 3.1, 3.2, 3.3 ]

runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
Expand Down
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
appraise "rails-6.1" do
gem "rails", "~>6.1.0"
end

appraise "rails-7.0" do
gem "rails", "~>7.0.0"
end
Expand All @@ -10,3 +6,7 @@ appraise "rails-7.1" do
gem "rails", "~>7.1.0"
end

appraise "rails-7.2" do
gem "rails", "~>7.2.0"
end

2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile → gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "~>6.1.0"
gem "rails", "~>7.2.0"

gemspec path: "../"

0 comments on commit 3ea98a6

Please sign in to comment.