From e94f95394f7fa28cf32fa462317dbe43046356f3 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Mon, 30 Sep 2024 10:28:47 +0200 Subject: [PATCH] do not test ruby 3.0, because it conflicts with latest additionals version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0537641..b61353f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.1', '3.2'] redmine: ['5.0-stable', '5.1-stable', 'master'] db: ['postgres', 'mysql'] exclude: