From 0570c509b06384ce5e8cedd16b64f32f33a1ba44 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 5 Nov 2024 18:21:38 -0500 Subject: [PATCH] Merge pull request #1184 from bdunne/ruby_33 Switch to ruby 3.3 (cherry picked from commit 46cda0eb5d2fc82117678d77a7f4ff2e7d06b466) --- .github/workflows/ci.yaml | 2 +- images/manageiq-base/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4f708257..1fa9f5a56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: ruby-version: - - '3.1' + - '3.3' steps: - uses: actions/checkout@v4 - name: Before install diff --git a/images/manageiq-base/Dockerfile b/images/manageiq-base/Dockerfile index a0f38abd7..ad89e28c0 100644 --- a/images/manageiq-base/Dockerfile +++ b/images/manageiq-base/Dockerfile @@ -57,7 +57,7 @@ RUN --mount=type=bind,from=rpms,source=/tmp/rpms,target=/tmp/rpms \ https://rpm.manageiq.org/release/18-radjabov/el9/noarch/manageiq-release-18.0-1.el9.noarch.rpm && \ if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-18-radjabov-nightly; fi && \ if [[ -n "$(ls /tmp/rpms)" ]]; then /usr/local/bin/prepare_local_yum_repo.sh; fi && \ - dnf -y module enable ruby:3.1 && \ + dnf -y module enable ruby:3.3 && \ dnf -y install \ httpd \ mod_ssl \