Skip to content

Commit

Permalink
Test with Rails 7.2.0.beta1 on CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 30, 2024
1 parent 0a5ccfc commit bdbfc57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/rails72.gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
Expand Down
10 changes: 10 additions & 0 deletions gemfiles/rails72.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "rails", "~> 7.2.0.beta1"
gem "pg"
gem "sprockets-rails"

0 comments on commit bdbfc57

Please sign in to comment.