From 0e836f3e23f429312d6eb2235011b55f5e392541 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Tue, 13 Feb 2024 10:54:31 -0500 Subject: [PATCH] Test with ruby 3.1 and 3.0 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 964e3ba15..2f23da256 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,7 @@ jobs: matrix: ruby-version: - '3.0' + - '3.1' services: postgres: image: manageiq/postgresql:13