Skip to content

Commit

Permalink
Update CI config: add latest Redmine releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Jun 30, 2023
1 parent 61fdf95 commit 262c95c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/4_1_7.yml → .github/workflows/5_0_5.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 4.1.7
name: Tests 5.0.5

env:
PLUGIN_NAME: redmine_datetime_custom_field
REDMINE_VERSION: 4.1.7
REDMINE_VERSION: 5.0.5
RAILS_ENV: test

on:
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6']
ruby: ['2.7']
db: ['postgres']
fail-fast: false

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Note that this plugin has a dependency. You have to install this other plugin:

## Test status

|Plugin branch| Redmine Version | Test Status |
|-------------|-------------------|------------------|
|master | 4.2.10 | [![4.2.10][1]][5]|
|master | 4.1.7 | [![4.1.7][2]][5] |
|master | master | [![master][4]][5]|
|Plugin branch| Redmine Version | Test Status |
|-------------|-----------------|-------------------|
|master | 4.2.10 | [![4.2.10][1]][5] |
|master | 5.0.5 | [![5.0.5][2]][5] |
|master | master | [![master][4]][5] |

[1]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/4_2_10.yml/badge.svg
[2]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/4_1_7.yml/badge.svg
[2]: https://github.com/nanego/redmine_datetime_custom_field/actions/workflows/5_0_5.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

0 comments on commit 262c95c

Please sign in to comment.