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: steps:
- name: Clone Redmine - name: Clone Redmine
# Get the latest stable 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 - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Link the plugin - name: Link the plugin

View File

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