Skip to content

Commit

Permalink
build(deps): drop Redmine 4.2 support Redmine doesn't support it anym…
Browse files Browse the repository at this point in the history
…ore and there is incompatibility with Rails 2.7 which breaks tests.
Thus, it makes it more difficult to maintain it.
  • Loading branch information
xel1045 committed Aug 12, 2024
1 parent 8680b73 commit d8a2a48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
redmine: ["4.2", "5.0", "5.1"]
redmine: ["5.0", "5.1"]
db: ["sqlite", "mysql", "postgresql"]
include:
- ruby: "2.7"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Redmine Risks

[![Latest Release](https://img.shields.io/github/release/eXolnet/redmine-risks.svg?style=flat-square)](https://github.com/eXolnet/redmine-risks/releases)
[![Redmine Compatibility](https://img.shields.io/static/v1?label=redmine&message=4.2.x-5.1.x&color=blue&style=flat-square)](https://www.redmine.org/plugins/redmine_risks)
[![Redmine Compatibility](https://img.shields.io/static/v1?label=redmine&message=5.0.x-5.1.x&color=blue&style=flat-square)](https://www.redmine.org/plugins/redmine_risks)
[![Software License](https://img.shields.io/badge/license-MIT-8469ad.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/github/actions/workflow/status/eXolnet/redmine_risks/tests.yml?label=tests&style=flat-square)](https://github.com/eXolnet/redmine_risks/actions?query=workflow%3Atests)
[![Maintainability](https://api.codeclimate.com/v1/badges/85dc8be921f40a688900/maintainability)](https://codeclimate.com/github/eXolnet/redmine-risks/maintainability)
Expand All @@ -10,7 +10,7 @@ Manage the results of the qualitative risk analysis, quantitative risk analysis,

## Compatibility

This plugin version is compatible only with Redmine 4.2 and later.
This plugin version is compatible only with Redmine 5.0 and later.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url 'https://github.com/eXolnet/redmine_risks'
author_url 'https://www.exolnet.com'

requires_redmine :version_or_higher => '4.2'
requires_redmine :version_or_higher => '5.0'

menu :project_menu, :risks, { :controller => 'risks', :action => 'index' }, :caption => :label_risks, :before => :settings, :param => :project_id
menu :project_menu, :new_risk, { :controller => 'risks', :action => 'new' }, :caption => :label_new_risk, :after => :new_wiki_sub, :param => :project_id, :parent => :new_object
Expand Down

0 comments on commit d8a2a48

Please sign in to comment.