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

Add ruby 3.1 to the matrix

This commit is contained in:
Alfonso Uceda 2021-12-29 09:52:12 +01:00
parent 6c17a9d0e2
commit ace1b1bccd
No known key found for this signature in database
GPG key ID: 45DA29E882BA7EB6

View file

@ -63,13 +63,15 @@ jobs:
# in case it still produces any deprecation warnings.
#
# See "Lowest supported ruby version" in CONTRIBUTING.md
ruby: [ '2.6', '2.7', '3.0' ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
exclude:
# rails 5.2 requires ruby < 3.0
# https://github.com/rails/rails/issues/40938
- ruby: '3.0'
gemfile: 'rails_5.2'
- ruby: '3.1'
gemfile: 'rails_5.2'
steps:
- name: Checkout source
uses: actions/checkout@v2