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:
parent
6c17a9d0e2
commit
ace1b1bccd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -63,13 +63,15 @@ jobs:
|
||||||
# in case it still produces any deprecation warnings.
|
# in case it still produces any deprecation warnings.
|
||||||
#
|
#
|
||||||
# See "Lowest supported ruby version" in CONTRIBUTING.md
|
# 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:
|
exclude:
|
||||||
# rails 5.2 requires ruby < 3.0
|
# rails 5.2 requires ruby < 3.0
|
||||||
# https://github.com/rails/rails/issues/40938
|
# https://github.com/rails/rails/issues/40938
|
||||||
- ruby: '3.0'
|
- ruby: '3.0'
|
||||||
gemfile: 'rails_5.2'
|
gemfile: 'rails_5.2'
|
||||||
|
- ruby: '3.1'
|
||||||
|
gemfile: 'rails_5.2'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue