Skip to content

Commit

Permalink
test: add Redmine 5.1 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Feb 23, 2024
1 parent a638102 commit bb56699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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"]
redmine: ["4.2", "5.0", "5.1"]
db: ["sqlite", "mysql", "postgresql"]
include:
- ruby: "2.7"
Expand All @@ -18,7 +18,7 @@ jobs:

steps:
- name: Execute tests
uses: eXolnet/action-redmine-plugin@v1
uses: eXolnet/action-redmine-plugin@v2
with:
plugin_name: "redmine_risks"
redmine_version: "${{ matrix.redmine }}"
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.0.x&color=blue&style=flat-square)](https://www.redmine.org/plugins/redmine_risks)
[![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)
[![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 3.4 and later.
This plugin version is compatible only with Redmine 4.2 and later.

## Installation

Expand Down

0 comments on commit bb56699

Please sign in to comment.