From c09c1bf2fc52bbc0253891e06f332902ef202a23 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 f24f2973c..067f20bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,6 +282,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_ROCKYLINUX }} - name: Build and run tests