Skip to content

Commit

Permalink
test: add rails 7.1, remove ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Nov 2, 2023
1 parent 29a42c6 commit b5fc56d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- 2.6
- 2.7
- "3.0"
- 3.1
- 3.2
gemfile:
- rails_6.1
- rails_7.0
exclude:
- ruby_version: 2.6
gemfile: rails_7.0
- rails_7.1
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ end
appraise 'rails-7.0' do
gem 'rails', '7.0.8'
end

appraise 'rails-7.1' do
gem 'rails', '7.1.1'
end
19 changes: 19 additions & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal", "2.4.1"
gem "rails", "7.1.1"
gem "rspec"
gem "rspec-core"
gem "rspec-expectations"
gem "rspec-mocks"
gem "rspec-rails"
gem "rubocop"
gem "simplecov"
gem "simplecov-console"
gem "solargraph"
gem "sqlite3", "1.4.2"
gem "timecop"

gemspec path: "../"

0 comments on commit b5fc56d

Please sign in to comment.