From 50703fa80933dcea5771f54e48bb6647e6e0a585 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 22 Apr 2026 13:49:53 -0400 Subject: [PATCH] Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 43 Signed-off-by: mulhern --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03daac9..87ab679 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ on: jobs: docs-checks: runs-on: ubuntu-latest - container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -29,7 +29,7 @@ jobs: ci-checks: runs-on: ubuntu-latest - container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -41,7 +41,7 @@ jobs: spelling-checks: runs-on: ubuntu-latest - container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install dependencies for Fedora run: >