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 5874b55 commit 57d1139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Install necessary packages
run: |
sudo apt-get update
sudo apt-get install -y litmus libreoffice
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/5.1-stable/ /opt/redmine
Expand All @@ -95,7 +95,7 @@ jobs:
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # 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

SuggestExtensions: false

Expand Down

0 comments on commit 57d1139

Please sign in to comment.