From 9182559927d9cc23f28edeb79ddff1c5d9aa9377 Mon Sep 17 00:00:00 2001 From: hustcer Date: Sat, 14 Jun 2025 19:56:48 +0800 Subject: [PATCH] feat: Add Nu RPM installation test for more distributions --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbd76f1d3..800643305 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,10 +50,13 @@ jobs: - fedora:39 - rockylinux:9 - rockylinux:8 + - redhat/ubi10:latest - redhat/ubi9:latest - redhat/ubi8:latest - - almalinux:latest + # - almalinux:10 + - almalinux:9 - almalinux:8 + - openeuler/openeuler:25.03 - openeuler/openeuler:latest - openeuler/openeuler:22.03-lts runs-on: ${{ matrix.os }}