1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Test with Ruby 2.7

This commit is contained in:
Anton Rieder 2020-01-02 15:43:51 +01:00 committed by Anton Rieder
parent 13c60debb4
commit c77e17452c

View file

@ -5,8 +5,8 @@ cache: bundler
# For example, if our gemspec says `required_ruby_version = ">= 2.3.0"`, and
# ruby 2.5.0 has just been released, then we test 2.3 and 2.5, but not 2.4.
rvm:
- 2.3.8
- 2.6.0
- 2.3
- 2.7
env:
global:
@ -35,7 +35,7 @@ gemfile:
matrix:
exclude:
# rails 6 requires ruby >= 2.5.0
- rvm: 2.3.8
- rvm: 2.3
gemfile: gemfiles/ar_6.0.gemfile
fast_finish: true
services: