From 9af4179011efeded6d395965f466de58d2354fec Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 12 May 2025 09:18:58 -0600 Subject: [PATCH] github-ci: update fedora builds to 41 and 42 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fafa23b..3f3ed66 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-41: + fedora-42: name: Fedora 41 runs-on: ubuntu-latest container: fedora:41 @@ -68,7 +68,7 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-40: + fedora-41: name: Fedora 40 runs-on: ubuntu-latest container: fedora:40 -- 2.47.3