Error: Unsupported platform ubuntu-24.04

This commit is contained in:
Karel Pičman 2024-10-15 13:50:13 +02:00
parent 5874b551f5
commit 57d1139f98
2 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ jobs:
# Install necessary packages # Install necessary packages
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y litmus libreoffice sudo apt-get install -y litmus libreoffice subversion
- 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.1-stable/ /opt/redmine run: svn export http://svn.redmine.org/redmine/branches/5.1-stable/ /opt/redmine
@ -95,7 +95,7 @@ jobs:
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3 uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
with: with:
bundler-cache: true bundler-cache: true
ruby-version: '3.1' ruby-version: '3.2'
- name: Setup database - name: Setup database
# Create the database # Create the database
run: | run: |

View File

@ -17,8 +17,8 @@
# 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: 3.1 TargetRubyVersion: 3.2
TargetRailsVersion: 6.1 TargetRailsVersion: 7.1
SuggestExtensions: false SuggestExtensions: false