Skip to content

Commit

Permalink
Removed support for ruby 2.5 which is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jan 24, 2022
1 parent 2925afd commit bf00e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
--health-retries 5
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
ruby: ['2.6', '2.7', '3.0', '3.1']
rails: ['5.2', '6.0.0', '6.1.0', '7.0.0']
exclude:
- ruby: "2.5"
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Additions/Changes

* Add Ruby 3.0 and 3.1 to the CI matrix and fix groups block arity check for ruby 3 (https://github.com/jnunemaker/flipper/pull/601)
* Removed support for Ruby 2.5 (which was end of line 9 months ago)

## 0.23.1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.5
FROM ruby:3.0

RUN apt-get update && apt-get install -y \
# build-essential \
Expand Down

0 comments on commit bf00e71

Please sign in to comment.