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 28, 2023
1 parent 6805d25 commit 9b00777
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/5_0_4.yml → .github/workflows/4_2_10.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 5.0.4
name: Tests 4.2.10

env:
PLUGIN_NAME: redmine_hide_sidebar
REDMINE_VERSION: 5.0.4
REDMINE_VERSION: 4.2.10
RAILS_ENV: test

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/4_2_9.yml → .github/workflows/5_0_5.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 4.2.9
name: Tests 5.0.5

env:
PLUGIN_NAME: redmine_hide_sidebar
REDMINE_VERSION: 4.2.9
REDMINE_VERSION: 5.0.5
RAILS_ENV: test

on:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Redmine:

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

[1]: https://github.com/nanego/redmine_hide_sidebar/actions/workflows/5_0_4.yml/badge.svg
[2]: https://github.com/nanego/redmine_hide_sidebar/actions/workflows/4_2_9.yml/badge.svg
[1]: https://github.com/nanego/redmine_hide_sidebar/actions/workflows/5_0_5.yml/badge.svg
[2]: https://github.com/nanego/redmine_hide_sidebar/actions/workflows/4_2_10.yml/badge.svg
[4]: https://github.com/nanego/redmine_hide_sidebar/actions/workflows/master.yml/badge.svg
[5]: https://github.com/nanego/redmine_hide_sidebar/actions

Expand Down

0 comments on commit 9b00777

Please sign in to comment.