From 203e3105c9a6420f59be8b2117ab65efc01f318d Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Thu, 3 Sep 2026 16:14:04 -0400 Subject: [PATCH] Increase CURRENT DEVELOPMENT ENVIRONMENT to 44 Signed-off-by: the 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 5918018..1001b08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,10 +31,10 @@ jobs: python3-gobject python3-psutil ruff - image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile lint - dependencies: ruff - image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT task: make -f Makefile fmt-travis runs-on: ubuntu-latest container: ${{ matrix.image }} @@ -57,4 +57,4 @@ jobs: general_checks: uses: stratis-storage/github-actions/.github/workflows/reusable_general.yml@master with: - fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT + fedora-container-image-number: 44 # CURRENT DEVELOPMENT ENVIRONMENT