From a9b3cd157b715038176dda34869104ded810ee65 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 5 Dec 2023 19:40:07 +0100 Subject: [PATCH] drop tests with ruby 2.7 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69b091a..9650b46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - ruby: ['2.7', '3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2'] redmine: ['5.0-stable', '5.1-stable', 'master'] db: ['postgres', 'mysql'] exclude: @@ -20,7 +20,7 @@ jobs: services: postgres: - image: postgres:14 + image: postgres:16 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres