Skip to content

Commit

Permalink
Test with latest Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 4, 2024
1 parent 8dddabc commit b7720a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- '3.0'
- 'head'
rails:
- rails_7.1.0
- rails_7.1.3
- rails_7.0.8
- rails_6.1.7

Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RAILS_VERSIONS = %w[
6.1.7
7.0.8
7.1.0
7.1.3
].freeze

RAILS_VERSIONS.each do |version|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "7.1.0"
gem "rails", "7.1.3"

gemspec path: "../"

0 comments on commit b7720a2

Please sign in to comment.