Skip to content

Commit

Permalink
Error: Unsupported platform ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Oct 15, 2024
1 parent 510dd60 commit 0398974
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
RAILS_ENV: test
NAME: redmine_custom_workflows
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install subversion
- name: Clone Redmine
# Get the latest stable Redmine
run: svn export http://svn.redmine.org/redmine/branches/5.1-stable/ /opt/redmine
Expand All @@ -87,10 +91,10 @@ jobs:
run: |
ln -s $(pwd) /opt/redmine/plugins/redmine_custom_workflows
- name: Install Ruby and gems
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
uses: ruby/setup-ruby@v1 # v1.115.3
with:
bundler-cache: true
ruby-version: '3.1'
ruby-version: '3.2'
- name: Setup database
# Create the database
run: |
Expand Down
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

AllCops:
TargetRubyVersion: 3.1
TargetRailsVersion: 6.1
TargetRubyVersion: 3.2
TargetRailsVersion: 7.1

NewCops: enable

Expand Down

0 comments on commit 0398974

Please sign in to comment.