From a85e48c2830b1acc39bb50ff0aa240133cdde3fb Mon Sep 17 00:00:00 2001 From: Marc Jansing Date: Mon, 14 Oct 2024 12:04:33 +0200 Subject: [PATCH] add ruby 3.3 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f93278e..8902bdfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.1', '3.2', '3.3'] runs-on: ubuntu-latest services: postgres: