1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Add Ruby 3.4 to supported Ruby versions (#41976).

Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@23612 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-04-09 02:02:40 +00:00
parent efe6f15276
commit fc22603b05
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3', '3.4']
db: ['postgresql', 'mysql2', 'sqlite3']
fail-fast: false

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '>= 3.1.0', '< 3.4.0'
ruby '>= 3.1.0', '< 3.5.0'
gem 'rails', '7.2.2.1'
gem 'rouge', '~> 4.5'

View File

@ -7,7 +7,7 @@ https://www.redmine.org/
== Requirements
* Ruby 3.1, 3.2, 3.3
* Ruby 3.1, 3.2, 3.3, 3.4
* A database:
* MySQL (tested with MySQL 8)