Skip to content

Commit

Permalink
test against rails main again
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov committed Feb 14, 2024
1 parent ee223a9 commit a2629a1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]

gemfile: [ "rails_6_1", "rails_7_0"]
gemfile: [ "rails_6_1", "rails_7_0", "rails_head"]
experimental: [false]

#include:
Expand Down
9 changes: 7 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ appraise "rails-7-0" do
gem "rails", "~> 7.0.0"
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.0"
# Currently there is not Rails 7.1 release that is compatible with pbbuilder, but 7.1.4 should include a fix that will make it compatible again.
#appraise "rails-7-1" do
# gem "rails", "~> 7.1.0"
#end

appraise "rails-head" do
gem "rails", github: "rails/rails", branch: "main"
end
10 changes: 0 additions & 10 deletions gemfiles/rails_7_1.gemfile

This file was deleted.

1 change: 1 addition & 0 deletions gemfiles/rails_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "rake"
gem "appraisal"
gem "ruby-lsp"
gem "rails", github: "rails/rails", branch: "main"

gemspec path: "../"

0 comments on commit a2629a1

Please sign in to comment.