Skip to content

Commit

Permalink
Update CI config: Include the latest Redmine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Oct 18, 2023
1 parent 5f6e163 commit a864369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/4_2_10.yml → .github/workflows/4_2_11.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tests 4.2.10
name: Tests 4.2.11

env:
PLUGIN_NAME: redmine_tiny_features
REDMINE_VERSION: 4.2.10
REDMINE_VERSION: 4.2.11
RAILS_ENV: test

on:
Expand Down Expand Up @@ -86,11 +86,9 @@ jobs:
repository: jbbarth/redmine_base_rspec
path: redmine/plugins/redmine_base_rspec

# Stay on rails-dom-testing gem version "2.0.3", because "2.1.1" is not fully compatible with Redmine 4.2.10 - TODO Remove this when Redmine 4.2.11 is released
- name: Prepare Redmine source
working-directory: redmine
run: |
sed -i -e 's/.*rails-dom-testing.*/ gem "rails-dom-testing", "~> 2.0.3"/' Gemfile
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Here is a complete list of the features:

|Plugin branch| Redmine Version | Test Status |
|-------------|-------------------|------------------|
|master | 4.2.10 | [![4.2.10][1]][5]|
|master | 4.2.11 | [![4.2.11][1]][5]|
|master | 4.1.7 | [![4.1.7][2]][5] |
|master | master | [![master][3]][5]|

[1]: https://github.com/nanego/redmine_tiny_features/actions/workflows/4_2_10.yml/badge.svg
[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
[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 a864369

Please sign in to comment.