Skip to content

Commit

Permalink
Update CI config: Include the latest Redmine version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Nov 21, 2023
1 parent fa06da9 commit 447108c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/4_1_7.yml → .github/workflows/5_1_0.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 4.1.7
name: Tests 5.1.0

env:
PLUGIN_NAME: redmine_tiny_features
REDMINE_VERSION: 4.1.7
REDMINE_VERSION: 5.1.0
RAILS_ENV: test

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
ruby: ['2.7']
ruby: ['3.1']
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 @@ -26,13 +26,13 @@ Here is a complete list of the features:

## Test status

|Plugin branch| Redmine Version | Test Status |
|-------------|-------------------|------------------|
|master | 4.2.11 | [![4.2.11][1]][5]|
|master | 4.1.7 | [![4.1.7][2]][5] |
|master | master | [![master][3]][5]|
| 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 | master | [![master][3]][5] |

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

0 comments on commit 447108c

Please sign in to comment.