From 4950044a475590420cccdeb3f98f2922fbd7cda3 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Mon, 30 Sep 2024 15:30:47 -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 803aac595..e69c3b89e 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