Merge pull request #1190 from yahonda/ruby3

CI against Ruby 3.0.0
This commit is contained in:
David Rodríguez 2020-12-28 12:37:39 +01:00 committed by GitHub
commit fa8f1bbc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 3.0.0
- name: Install gems
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop

View File

@ -17,8 +17,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.0
- 2.7.2
- 2.6.6
exclude:
- rails: v5.2.4
ruby: 3.0.0
- rails: 5-2-stable
ruby: 3.0.0
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
@ -45,8 +51,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.0
- 2.7.2
- 2.6.6
exclude:
- rails: v5.2.4
ruby: 3.0.0
- rails: 5-2-stable
ruby: 3.0.0
env:
DB: mysql
RAILS: ${{ matrix.rails }}
@ -82,8 +94,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.0
- 2.7.2
- 2.6.6
exclude:
- rails: v5.2.4
ruby: 3.0.0
- rails: 5-2-stable
ruby: 3.0.0
env:
DB: postgres
RAILS: ${{ matrix.rails }}