Skip to content

Commit

Permalink
Also test Rails 7.1 and 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Sep 19, 2024
1 parent 31d44e0 commit 1a19e1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- 3.2
- head
rails-version:
- 7.1
- 7.2
- "8.0"
- main
env:
Expand Down Expand Up @@ -96,6 +98,8 @@ jobs:
- 3.2
- head
rails-version:
- 7.1
- 7.2
- "8.0"
- main
include:
Expand Down
6 changes: 6 additions & 0 deletions test/gemfiles/Gemfile-rails-7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
eval_gemfile "../../Gemfile"

gem "rails", "~> 7.1"
gem "zeitwerk"
gem "resque-scheduler"
gem "sqlite3"
6 changes: 6 additions & 0 deletions test/gemfiles/Gemfile-rails-7.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
eval_gemfile "../../Gemfile"

gem "rails", "~> 7.2"
gem "zeitwerk"
gem "resque-scheduler"
gem "sqlite3"

0 comments on commit 1a19e1f

Please sign in to comment.