From 1eda42e3636330c05af7d3cf7d08c8a4dab8c9ae Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Mon, 30 Sep 2024 15:29:32 -0400 Subject: [PATCH] Testing with ruby 3.2, 3.3 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 803aac5..e69c3b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,8 @@ jobs: ruby-version: - '3.0' - '3.1' + - '3.2' + - '3.3' services: postgres: image: manageiq/postgresql:13