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 Jun 18, 2024
1 parent f84b6e9 commit 388c32f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/5_1_2.yml → .github/workflows/5_1_3.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 5.1.2
name: Tests 5.1.3

env:
PLUGIN_NAME: redmine_comments
REDMINE_VERSION: 5.1.2
REDMINE_VERSION: 5.1.3
RAILS_ENV: test

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

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

Expand Down Expand Up @@ -89,8 +89,6 @@ jobs:
- name: Prepare Redmine source
working-directory: redmine
run: |
# TODO Remove the following line when https://www.redmine.org/issues/40551 is fixed
sed -i -e 's/.*mocha.*/ gem "mocha", "2.1.0"/' Gemfile # Fix core tests not compatible with Mocha 2.2.0
rm -f test/integration/routing/plugins_test.rb # Fix routing tests # TODO Remove this line when https://www.redmine.org/issues/38707 is fixed
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Test status
|Plugin branch| Redmine Version | Test Status |
|-------------|-----------------|-------------------|
|master | 4.2.11 | [![4.2.11][1]][5] |
|master | 5.1.2 | [![5.1.2][2]][5] |
|master | 5.1.3 | [![5.1.3][2]][5] |
|master | master | [![master][4]][5] |

[1]: https://github.com/jbbarth/redmine_comments/actions/workflows/4_2_11.yml/badge.svg
[2]: https://github.com/jbbarth/redmine_comments/actions/workflows/5_1_2.yml/badge.svg
[2]: https://github.com/jbbarth/redmine_comments/actions/workflows/5_1_3.yml/badge.svg
[4]: https://github.com/jbbarth/redmine_comments/actions/workflows/master.yml/badge.svg
[5]: https://github.com/jbbarth/redmine_comments/actions

0 comments on commit 388c32f

Please sign in to comment.