From b29f464322929962eec6ec95088904bc6605a9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 31 May 2026 15:11:58 +0200 Subject: [PATCH] ci: enable ruby 3.3 module on Rocky Linux 9 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 965b6bff8..6a77f67d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,6 +328,8 @@ jobs: run: | dnf install -y epel-release dnf-plugins-core dnf config-manager --set-enabled crb + # pin a working ruby stream (ruby:4.0 has broken module metadata on Rocky 9.8) + dnf module enable -y ruby:3.3 dnf install -y ${{ env.WEECHAT_DEPS_REDHAT }} - name: Build and run tests