Skip to content

Commit

Permalink
add ruby 3.2, drop ruby 2.6 and rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed May 31, 2023
1 parent fa50e8b commit 1bb9cfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 192 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,17 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
gemfile:
- rails4.2
- rails5.1
- rails5.2
- rails6.0
- rails6.1
- rails7.0
exclude:
- {ruby: '2.6', gemfile: rails7.0}
- {ruby: '2.7', gemfile: rails4.2}
- {ruby: '3.0', gemfile: rails4.2}
- {ruby: '3.0', gemfile: rails5.1}
- {ruby: '3.0', gemfile: rails5.2}
- {ruby: '3.0', gemfile: rails6.0}
- {ruby: '3.1', gemfile: rails4.2}
- {ruby: '3.1', gemfile: rails5.1}
- {ruby: '3.1', gemfile: rails5.2}
- {ruby: '3.1', gemfile: rails6.0}
include:
- {ruby: '2.7', gemfile: rails5.1}
- {ruby: '2.7', gemfile: rails5.2}
- {ruby: '2.7', gemfile: rails6.0}
steps:
- uses: zendesk/checkout@v3
- uses: zendesk/setup-ruby@v1
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/rails4.2.gemfile

This file was deleted.

172 changes: 0 additions & 172 deletions gemfiles/rails4.2.gemfile.lock

This file was deleted.

0 comments on commit 1bb9cfc

Please sign in to comment.