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:
parent
efe6f15276
commit
fc22603b05
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user