From 5523659c0125a5cfcf7e428de5e41b4b4cef35b0 Mon Sep 17 00:00:00 2001 From: Sebastian van Hesteren Date: Mon, 10 Jun 2024 18:32:43 +0200 Subject: [PATCH] Test for now with more ruby versions To see which fails --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60cacc3..d8e9324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,10 @@ jobs: matrix: ruby: - '2.7' + - '3.0' + - '3.1' - '3.2' + - '3.3' services: postgres: image: postgres @@ -40,4 +43,3 @@ jobs: PGHOST: localhost PGUSER: postgres PGPASSWORD: postgres - TESTOPTS: "--fail-fast"