Skip to content

Commit

Permalink
Bump Ruby versions to 3.0.1 and 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Jun 20, 2021
1 parent b627a38 commit dc9f35f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc9f35f

Please sign in to comment.