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:
Marius Balteanu
2025-04-20 07:55:11 +00:00
parent 9a9ba1d217
commit 29872344b3
4 changed files with 4 additions and 4 deletions

View File

@@ -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