From 7779c1d9eeb7915e74e10673779c75d495e308a5 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Mon, 30 Sep 2024 15:34:19 -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 4c5e1b2..f4216ce 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