Skip to content

Commit

Permalink
Add Rails 7.0 to the GHA build
Browse files Browse the repository at this point in the history
  • Loading branch information
moiristo committed Dec 28, 2021
1 parent 71c0f73 commit f673069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
matrix:
ruby-version: [2.3.0, 2.4.4, 2.5.5, 2.6.3, truffleruby]
appraisal: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1', '5.2', '6.0']
include:
- ruby-version: 2.7.5
appraisal: '7.0'
- ruby-version: truffleruby
appraisal: '7.0'
exclude:
- ruby-version: 2.3.0
appraisal: '4.2'
Expand Down Expand Up @@ -69,7 +74,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
- name: Set system gem command
run: gem update --system 2.7.8
run: gem update --system
- name: Install compatible bundler for all envs
run: gem install bundler -v 1.17.3
- name: Bundle for Appraisal
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This gem gives every ActiveRecord::Base object the possibility to do a deep clon
## Requirements

- Ruby 2.3.0, 2.4.4, 2.5.5, 2.6.3, 2.7.5 (tested)
- TruffleRuby 20.2.0
- TruffleRuby 21.3.0
- Activerecord 3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0, 7.0 (tested)
- Rails 2.x/3.0 users, please check out the 'rails2.x-3.0' branch

Expand Down

0 comments on commit f673069

Please sign in to comment.