From 19c9123a26dcf15e2fda933d45e3db5961674cae Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Fri, 23 Feb 2024 09:36:43 -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 c0b5857..6b9edd9 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_changeset_statuses" redmine_version: "${{ matrix.redmine }}" diff --git a/README.md b/README.md index 7bf4a88..d2c51f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Redmine Changeset Statuses [![Latest Release](https://img.shields.io/github/release/eXolnet/redmine_changeset_statuses.svg?style=flat-square)](https://github.com/eXolnet/redmine_changeset_statuses/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_changeset_statuses) +[![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_changeset_statuses) [![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_changeset_statuses/tests.yml?label=tests&style=flat-square)](https://github.com/eXolnet/redmine_changeset_statuses/actions?query=workflow%3Atests) [![Maintainability](https://api.codeclimate.com/v1/badges/51ebd36bafadfa0a4946/maintainability)](https://codeclimate.com/github/eXolnet/redmine_changeset_statuses/maintainability) @@ -10,7 +10,7 @@ Allows external services to set a state on revisions to consult it directly in R ## 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