Skip to content

Commit

Permalink
Update CI config: add latest Redmine version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Jan 10, 2024
1 parent 55ca75a commit e0ad356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/5_1_0.yml → .github/workflows/5_1_1.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 5.1.0
name: Tests 5.1.1

env:
PLUGIN_NAME: redmine_templates
REDMINE_VERSION: 5.1.0
REDMINE_VERSION: 5.1.1
RAILS_ENV: test

on:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ You will also need a recent version of Ruby:
|Plugin branch| Redmine Version | Test Status |
|-------------|-----------------|-------------------|
|master | 4.2.11 | [![4.2.11][1]][5] |
|master | 5.1.0 | [![5.1.0][2]][5] |
|master | 5.1.1 | [![5.1.1][2]][5] |
|master | master | [![master][4]][5] |

[1]: https://github.com/nanego/redmine_templates/actions/workflows/4_2_11.yml/badge.svg
[2]: https://github.com/nanego/redmine_templates/actions/workflows/5_1_0.yml/badge.svg
[2]: https://github.com/nanego/redmine_templates/actions/workflows/5_1_1.yml/badge.svg
[4]: https://github.com/nanego/redmine_templates/actions/workflows/master.yml/badge.svg
[5]: https://github.com/nanego/redmine_templates/actions

0 comments on commit e0ad356

Please sign in to comment.