From 5412d18825c1612b3f2db368a96227ad4d39dffd Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Tue, 13 Feb 2024 10:52:13 -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 964e3ba152..2f23da2567 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