From 9a72d1ec6355f8257f7a9866699e8a5d8b43fbb3 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 14 Nov 2024 20:57:39 +0100 Subject: [PATCH] Adjust tests on github --- .github/workflows/tests.yml | 7 ++----- README.md | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b5043c..b75262e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,12 +10,9 @@ jobs: strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] - redmine: ['5.0-stable', '5.1-stable', 'master'] + ruby: ['3.1', '3.2', '3.3'] + redmine: ['6.0-stable', 'master'] db: ['postgres', 'mysql'] - exclude: - - ruby: '3.2' - redmine: 5.0-stable fail-fast: false services: diff --git a/README.md b/README.md index c0c9ba2..2f1373a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## Redmine Requirements -* Redmine version >= 5 +* Redmine version >= 6 * Redmine Plugin: [additionals](https://github.com/alphanodes/additionals) -* Ruby version >= 3.0 +* Ruby version >= 3.1 ## HedgeDoc Requirements