mirror of
https://github.com/redmine/redmine.git
synced 2026-04-03 02:59:33 +02:00
Drop support for Ruby 3.1 (#42496).
git-svn-id: https://svn.redmine.org/redmine/trunk@23694 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
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', '3.4']
|
||||
ruby: ['3.2', '3.3', '3.4']
|
||||
db: ['postgresql', 'mysql2', 'sqlite3']
|
||||
fail-fast: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user