Skip to content

Commit

Permalink
Merge pull request #1184 from bdunne/ruby_33
Browse files Browse the repository at this point in the history
Switch to ruby 3.3

(cherry picked from commit 46cda0e)
  • Loading branch information
kbrock authored and Fryguy committed Nov 14, 2024
1 parent 8463f04 commit 0570c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.1'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Before install
Expand Down
2 changes: 1 addition & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0570c50

Please sign in to comment.