mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Update Ruby version (#1454)
This commit is contained in:
parent
c809b053e0
commit
f5f68fadc5
3 changed files with 6 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- 3.0.1
|
||||
- 2.7.3
|
||||
- 2.6.7
|
||||
- 3.0.2
|
||||
- 2.7.4
|
||||
- 2.6.8
|
||||
appraisal:
|
||||
- rails_6_1
|
||||
- rails_6_0
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
- sqlite3
|
||||
- postgresql
|
||||
exclude:
|
||||
- { ruby: 3.0.1, appraisal: rails_5_2 }
|
||||
- { ruby: 3.0.2, appraisal: rails_5_2 }
|
||||
env:
|
||||
DATABASE_ADAPTER: ${{ matrix.adapter }}
|
||||
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.0.1
|
||||
3.0.2
|
||||
|
|
|
@ -1 +1 @@
|
|||
ruby 3.0.1
|
||||
ruby 3.0.2
|
||||
|
|
Loading…
Reference in a new issue