From 04096380ff07ee93324486d6573f000410e4a175 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 9 Apr 2025 18:28:29 +0300 Subject: [PATCH] Include Ubuntu Plucky and Fedora 42 in our nightly repo checks --- .github/workflows/check_repos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check_repos.yml b/.github/workflows/check_repos.yml index 1992449..c686f9b 100644 --- a/.github/workflows/check_repos.yml +++ b/.github/workflows/check_repos.yml @@ -19,6 +19,8 @@ jobs: strategy: matrix: include: + - distro: ubuntu + version: "25.04" # plucky - distro: ubuntu version: "24.10" # oracular - distro: ubuntu @@ -79,6 +81,8 @@ jobs: version: 40 - distro: fedora version: 41 + - distro: fedora + version: 42 steps: - name: Add packages.freedom.press to our YUM sources run: |