Skip to content

Commit

Permalink
Temporarily remove rails head from CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Oct 23, 2024
1 parent 03fc4c8 commit 1c3ba76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
rails_version: "7.1"
- ruby_version: "3.3"
rails_version: "7.2"
- ruby_version: "3.3"
rails_version: "head"
# - ruby_version: "3.3"
# rails_version: "head"
env:
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails_version }}.gemfile
steps:
Expand Down
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appraise "rails-7.2" do
gem "rspec-rails", "~> 6"
end

appraise "rails-head" do
gem "rails", github: "rails/rails", branch: "main"
gem "rspec-rails", "~> 6"
end
# appraise "rails-head" do
# gem "rails", github: "rails/rails", branch: "main"
# gem "rspec-rails", "~> 6"
# end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
Expand Down

0 comments on commit 1c3ba76

Please # to comment.