From c39288f0f0b47820599ca6e7aef3150a93b17af2 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Mon, 4 Nov 2024 13:56:05 -0500 Subject: [PATCH] Switch to ruby 3.3 --- .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 05f5d9d9b..daf61a86d 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/19-spassky/el9/noarch/manageiq-release-19.0-1.el9.noarch.rpm && \ if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-19-spassky-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 \