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 Dec 4, 2023
1 parent c209c38 commit d31b11c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/5_0_6.yml → .github/workflows/5_1_11.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 5.0.6
name: Tests 5.1.11

env:
PLUGIN_NAME: redmine_customize_core_fields
REDMINE_VERSION: 5.0.6
REDMINE_VERSION: 5.1.11
RAILS_ENV: test

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

strategy:
matrix:
ruby: ['2.7']
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.2']
db: ['postgres']
fail-fast: false

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ And finally restart your Redmine instance.
Test status
------------

|Plugin branch| Redmine Version | Test Status |
|-------------|-----------------|-------------------|
|master | 5.0.6 | [![5.0.6][1]][5] |
|master | 4.2.11 | [![4.2.11][2]][5] |
|master | master | [![master][4]][5] |
| Plugin branch | Redmine Version | Test Status |
|---------------|-----------------|-------------------|
| master | 5.1.11 | [![5.1.11][1]][5] |
| master | 4.2.11 | [![4.2.11][2]][5] |
| master | master | [![master][4]][5] |

[1]: https://github.com/nanego/redmine_customize_core_fields/actions/workflows/5_0_6.yml/badge.svg
[2]: https://github.com/nanego/redmine_customize_core_fields/actions/workflows/4_2_11.yml/badge.svg
Expand Down

0 comments on commit d31b11c

Please sign in to comment.