Redmine 5.1

This commit is contained in:
Karel Pičman 2023-11-10 09:11:14 +01:00
parent 672d0376d4
commit 1ec5e033ed
2 changed files with 5 additions and 2 deletions

View File

@ -79,7 +79,7 @@ jobs:
steps:
- name: Clone Redmine
# Get the latest stable Redmine
run: svn export http://svn.redmine.org/redmine/branches/5.0-stable/ /opt/redmine
run: svn export http://svn.redmine.org/redmine/branches/5.1-stable/ /opt/redmine
- name: Checkout code
uses: actions/checkout@v3
- name: Link the plugin

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.1
TargetRailsVersion: 6.1
NewCops: enable
@ -59,3 +59,6 @@ Rails/SkipsModelValidations:
Style/ExpandPathArguments:
Enabled: false
Style/HashSyntax:
Enabled: false