From bb56699101d79ce94ab2199ff79ab7422d2927d0 Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Fri, 23 Feb 2024 09:15:51 -0500 Subject: [PATCH] test: add Redmine 5.1 to testing matrix --- .github/workflows/tests.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4627c75..c5fa5ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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" @@ -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 }}" diff --git a/README.md b/README.md index a850bc0..c04ab00 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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