Skip to content

Commit

Permalink
Remove Ruby 2.5 and 2.6 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Jun 2, 2023
1 parent 087855d commit 64375f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@ jobs:
strategy:
matrix:
rails-version: ['5.2.5', '6.0.3.6', '6.1.3.1', '7.0.5', 'main']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2']
exclude:
- rails-version: 'main'
ruby-version: '2.5'
- rails-version: 'main'
ruby-version: '2.6'
- rails-version: '7.0.5'
ruby-version: '2.5'
- rails-version: '7.0.5'
ruby-version: '2.6'
- rails-version: '5.2.5'
ruby-version: '3.0'

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

* Dropped support for Rails versions older than 5.2 (ie 5.0.x, 5.1.x). They are outside Rails official maintenance policy.

* Dropped support for Ruby versions older than 2.5 (ie 2.2, 2.3, 2.4). They are EOL and should not be used in production.
* Dropped support for Ruby versions older than 2.7 (ie 2.2, 2.3, 2.4, 2.5, 2.6). They are EOL and should not be used in production. We are keeping support for 2.7 around a bit yet, as to have support for at least one 2.x version.

## 1.2.3

Expand Down

0 comments on commit 64375f9

Please sign in to comment.