Skip to content

Commit 7ed2bcc

Browse files
committed
Test with latest Rails versions
1 parent b27e0d5 commit 7ed2bcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- '2.7'
5959
- 'head'
6060
rails:
61-
- rails_7.0.4
61+
- rails_7.0.8
6262
- rails_6.1.7
6363
- rails_6.0.6
6464
adapter:

appraisal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
version: ''
3434
install_if: '-> { ENV["DB_ADAPTER"] == "postgis" }'
3535

36-
7.0.4:
36+
7.0.8:
3737
sqlite3:
3838
version: ~> 1.4.0
3939
install_if: '-> { ENV["DB_ADAPTER"] == "sqlite3" }'

gemfiles/rails_7.0.4.gemfile renamed to gemfiles/rails_7.0.8.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
6-
gem "rails", "7.0.4"
6+
gem "rails", "7.0.8"
77

88
install_if -> { ENV["DB_ADAPTER"] == "sqlite3" } do
99
gem "sqlite3", "~> 1.4.0"

0 commit comments

Comments
 (0)