Skip to content

Commit

Permalink
Tidy up CI (#1310)
Browse files Browse the repository at this point in the history
* Update Rails version to the latest Rails 7.0.2, 6.1.5
* Remove CI against 6-0-stable branch because Rails 6.0.z only accepts severe security issues
* Add Ruby 3.1.1
  • Loading branch information
yahonda authored Apr 12, 2022
1 parent 08b2447 commit 18b67eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
fail-fast: false
matrix:
rails:
- v7.0.0
- v6.1.4
- v7.0.2
- v6.1.5
- v6.0.4
- 6-0-stable
ruby:
- 3.1.1
- 3.0.2
- 2.7.4
env:
Expand All @@ -38,11 +38,11 @@ jobs:
fail-fast: false
matrix:
rails:
- v7.0.0
- v6.1.4
- v7.0.2
- v6.1.5
- v6.0.4
- 6-0-stable
ruby:
- 3.1.1
- 3.0.2
- 2.7.4
env:
Expand Down Expand Up @@ -74,11 +74,11 @@ jobs:
fail-fast: false
matrix:
rails:
- v7.0.0
- v6.1.4
- v7.0.2
- v6.1.5
- v6.0.4
- 6-0-stable
ruby:
- 3.1.1
- 3.0.2
- 2.7.4
env:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2
ruby-version: 3.1.1
- name: Install dependencies
run: bundle install
- name: Run bug report templates
Expand Down

0 comments on commit 18b67eb

Please sign in to comment.