mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Bump Ruby versions to 3.0.2, 2.7.4 and 2.6.8
* Ruby 3.0.2 Released https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/ * Ruby 2.7.4 Released https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/ * Ruby 2.6.8 Released https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-6-8-released/
This commit is contained in:
parent
16ce9110cb
commit
8f59fd0fe6
2 changed files with 22 additions and 22 deletions
12
.github/workflows/cronjob.yml
vendored
12
.github/workflows/cronjob.yml
vendored
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
32
.github/workflows/test.yml
vendored
32
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue