Redmine 6.1
This commit is contained in:
parent
7c6e06527e
commit
fb5fecb90f
2
.github/workflows/rubyonrails.yml
vendored
2
.github/workflows/rubyonrails.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
sudo apt-get install -y litmus libreoffice 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
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
plugins:
|
||||
- rubocop-rails
|
||||
- rubocop-performance
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 3.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user