From 2d07094626e8560cb2d18051663c956b85119eba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jul 2025 10:40:11 +0200 Subject: use Alma instead of Rocky for 10 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f98660b..a5cb3f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - distro: ['rockylinux'] + distro: ['almalinux'] el: [10] php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4'] container: -- cgit