Merge pull request #1236 from yahonda/bump_rubies

Bump Ruby versions to 3.0.1 and 2.7.3
This commit is contained in:
David Rodríguez 2021-06-25 12:00:32 +02:00 committed by GitHub
commit 2399435788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 20 deletions

View File

@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.0
- 2.7.2
- 3.0.1
- 2.7.3
env:
DB: sqlite3
RAILS: main
@ -33,8 +33,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.0
- 2.7.2
- 3.0.1
- 2.7.3
env:
DB: mysql
RAILS: main
@ -64,8 +64,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.0
- 2.7.2
- 3.0.1
- 2.7.3
env:
DB: postgres
RAILS: main

View File

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

View File

@ -17,14 +17,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.0
- 2.7.2
- 3.0.1
- 2.7.3
- 2.6.6
exclude:
- rails: v5.2.4
ruby: 3.0.0
ruby: 3.0.1
- rails: 5-2-stable
ruby: 3.0.0
ruby: 3.0.1
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
@ -51,14 +51,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.0
- 2.7.2
- 3.0.1
- 2.7.3
- 2.6.6
exclude:
- rails: v5.2.4
ruby: 3.0.0
ruby: 3.0.1
- rails: 5-2-stable
ruby: 3.0.0
ruby: 3.0.1
env:
DB: mysql
RAILS: ${{ matrix.rails }}
@ -94,14 +94,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.0
- 2.7.2
- 3.0.1
- 2.7.3
- 2.6.6
exclude:
- rails: v5.2.4
ruby: 3.0.0
ruby: 3.0.1
- rails: 5-2-stable
ruby: 3.0.0
ruby: 3.0.1
env:
DB: postgres
RAILS: ${{ matrix.rails }}
@ -144,7 +144,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
ruby-version: 3.0.1
- name: Install dependencies
run: bundle install
- name: Run bug report templates