Redmine 6.1

This commit is contained in:
Karel Pičman 2025-10-01 10:00:38 +02:00
parent 7c80f63842
commit 95da97fb77
2 changed files with 6 additions and 3 deletions

View File

@ -82,7 +82,7 @@ jobs:
sudo apt-get install subversion
- name: Clone Redmine
# Get the latest stable Redmine
run: svn export http://svn.redmine.org/redmine/branches/6.0-stable/ /opt/redmine
run: svn export http://svn.redmine.org/redmine/branches/6.1-stable/ /opt/redmine
- name: Checkout code
uses: actions/checkout@v3
- name: Link the plugin

View File

@ -15,16 +15,19 @@
# You should have received a copy of the GNU General Public License along with Redmine Custom Workflows plugin. If not,
# see <https://www.gnu.org/licenses/>.
plugins:
rubocop-rails
AllCops:
TargetRubyVersion: 3.2
TargetRailsVersion: 7.1
SuggestExtensions: false
NewCops: enable
Exclude:
- '**/vendor/**/*'
NewCops: enable
# Rules for CustomWorkflows
Metrics/BlockLength:
Enabled: false