From acc507cb80d214eb581f5e6cd0a0b7c682e5cd7d Mon Sep 17 00:00:00 2001 From: Vincent Robert Date: Wed, 15 May 2024 10:40:35 +0200 Subject: [PATCH] Update CI config: add latest Redmine version --- .github/workflows/{5_1_1.yml => 5_1_2.yml} | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{5_1_1.yml => 5_1_2.yml} (98%) diff --git a/.github/workflows/5_1_1.yml b/.github/workflows/5_1_2.yml similarity index 98% rename from .github/workflows/5_1_1.yml rename to .github/workflows/5_1_2.yml index 873b55c..07dfb0f 100644 --- a/.github/workflows/5_1_1.yml +++ b/.github/workflows/5_1_2.yml @@ -1,8 +1,8 @@ -name: Tests 5.1.1 +name: Tests 5.1.2 env: PLUGIN_NAME: redmine_base_deface - REDMINE_VERSION: 5.1.1 + REDMINE_VERSION: 5.1.2 RAILS_ENV: test on: diff --git a/README.md b/README.md index 925e8da..79f5f70 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Test status |Plugin branch| Redmine Version | Test Status | |-------------|-----------------|-------------------| -|master | 5.1.1 | [![5.1.1][1]][5] | +|master | 5.1.2 | [![5.1.2][1]][5] | |master | 4.2.11 | [![4.2.11][2]][5] | |master | master | [![master][4]][5] | -[1]: https://github.com/jbbarth/redmine_base_deface/actions/workflows/5_1_1.yml/badge.svg +[1]: https://github.com/jbbarth/redmine_base_deface/actions/workflows/5_1_2.yml/badge.svg [2]: https://github.com/jbbarth/redmine_base_deface/actions/workflows/4_2_11.yml/badge.svg [4]: https://github.com/jbbarth/redmine_base_deface/actions/workflows/master.yml/badge.svg [5]: https://github.com/jbbarth/redmine_base_deface/actions