Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
- Test against 3.3
- Do not test Rails edge against 2.7 (rails/rails#50491)
  • Loading branch information
tagliala committed Jan 1, 2024
1 parent a38e56f commit 208a0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: '3.3'
rubygems: latest
bundler-cache: true
- name: RuboCop
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,11 @@ jobs:
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: [rails_6.0, rails_6.1, rails_7.0, rails_7.1]
channel: ['stable']

include:
- ruby-version: '2.7'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.0'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.1'
gemfile: rails_edge
channel: 'experimental'
Expand Down

0 comments on commit 208a0cd

Please sign in to comment.