Skip to content

Commit

Permalink
Switch to ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dunne committed Nov 4, 2024
1 parent d175bca commit c39288f
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/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 \
Expand Down

0 comments on commit c39288f

Please sign in to comment.