From 3a5603622cb2c4c1740f5832f3c30472997aba6b Mon Sep 17 00:00:00 2001 From: Vincent Robert Date: Mon, 24 Jun 2024 16:15:49 +0200 Subject: [PATCH] Update CI config: Add gem 'builder' to run Redmine 4.2.11 --- .github/workflows/4_2_11.yml | 1 + .github/workflows/{5_1_2.yml => 5_1_3.yml} | 6 +++--- README.md | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) rename .github/workflows/{5_1_2.yml => 5_1_3.yml} (98%) diff --git a/.github/workflows/4_2_11.yml b/.github/workflows/4_2_11.yml index bc6a665..fb03060 100644 --- a/.github/workflows/4_2_11.yml +++ b/.github/workflows/4_2_11.yml @@ -92,6 +92,7 @@ jobs: sed -i '/rubocop/d' Gemfile rm -f .rubocop* cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml + echo 'gem "builder", "~> 3.2.4"' >> Gemfile - name: Install Ruby dependencies working-directory: redmine diff --git a/.github/workflows/5_1_2.yml b/.github/workflows/5_1_3.yml similarity index 98% rename from .github/workflows/5_1_2.yml rename to .github/workflows/5_1_3.yml index d5dd835..66dc38a 100644 --- a/.github/workflows/5_1_2.yml +++ b/.github/workflows/5_1_3.yml @@ -1,8 +1,8 @@ -name: Tests 5.1.2 +name: Tests 5.1.3 env: PLUGIN_NAME: redmine_datetime_custom_field - REDMINE_VERSION: 5.1.2 + REDMINE_VERSION: 5.1.3 RAILS_ENV: test on: @@ -16,7 +16,7 @@ jobs: strategy: matrix: - ruby: ['3.1'] + ruby: ['3.2'] db: ['postgres'] fail-fast: false diff --git a/README.md b/README.md index 8b3ad41..408fa7d 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Note that this plugin has a dependency. You have to install this other plugin: |Plugin branch| Redmine Version | Test Status | |-------------|-----------------|-------------------| |master | 4.2.11 | [![4.2.11][1]][5] | -|master | 5.1.2 | [![5.1.2][2]][5] | +|master | 5.1.3 | [![5.1.3][2]][5] | |master | master | [![master][4]][5] | [1]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/4_2_11.yml/badge.svg -[2]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/5_1_2.yml/badge.svg +[2]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/5_1_3.yml/badge.svg [4]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/master.yml/badge.svg [5]: https://github.com/nanego/redmine_datetime_custom_field/actions