From d991c70347b3d173ded1e4b686b6588475035b93 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Fri, 8 Dec 2023 14:33:17 -0500 Subject: [PATCH] Test only ruby 3. 0 in ci.yaml for now --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 952ecc6..2eac953 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,4 +24,4 @@ jobs: "ManageIQ/manageiq-providers-workflows", "ManageIQ/manageiq-schema", "ManageIQ/manageiq-ui-classic", "ManageIQ/manageiq-ui-service"]' repos: ManageIQ/manageiq#22698 - ruby-version: '["3.0","3.1"]' + ruby-version: '["3.0"]'