Skip to content

Commit

Permalink
Merge pull request #1242 from yahonda/ruby302
Browse files Browse the repository at this point in the history
Bump Ruby versions to 3.0.2, 2.7.4 and 2.6.8
  • Loading branch information
scarroll32 authored Sep 8, 2021
2 parents 16ce911 + 8f59fd0 commit f31c286
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 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.1
- 2.7.3
- 3.0.2
- 2.7.4
env:
DB: sqlite3
RAILS: main
Expand All @@ -33,8 +33,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.1
- 2.7.3
- 3.0.2
- 2.7.4
env:
DB: mysql
RAILS: main
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.1
- 2.7.3
- 3.0.2
- 2.7.4
env:
DB: postgres
RAILS: main
Expand Down
32 changes: 16 additions & 16 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.1
- 2.7.3
- 2.6.6
- 3.0.2
- 2.7.4
- 2.6.7
exclude:
- rails: v5.2.4
ruby: 3.0.1
ruby: 3.0.2
- rails: 5-2-stable
ruby: 3.0.1
ruby: 3.0.2
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
Expand All @@ -51,14 +51,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.1
- 2.7.3
- 2.6.6
- 3.0.2
- 2.7.4
- 2.6.7
exclude:
- rails: v5.2.4
ruby: 3.0.1
ruby: 3.0.2
- rails: 5-2-stable
ruby: 3.0.1
ruby: 3.0.2
env:
DB: mysql
RAILS: ${{ matrix.rails }}
Expand Down Expand Up @@ -94,14 +94,14 @@ jobs:
- 5-2-stable
- v5.2.4
ruby:
- 3.0.1
- 2.7.3
- 2.6.6
- 3.0.2
- 2.7.4
- 2.6.7
exclude:
- rails: v5.2.4
ruby: 3.0.1
ruby: 3.0.2
- rails: 5-2-stable
ruby: 3.0.1
ruby: 3.0.2
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.1
ruby-version: 3.0.2
- name: Install dependencies
run: bundle install
- name: Run bug report templates
Expand Down

0 comments on commit f31c286

Please sign in to comment.