From 9b3e5f1ea18ea3915fbb0e99fadbbf42e2d3f840 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 2 Sep 2026 21:11:47 -0400 Subject: [PATCH] Increase CURRENT DEVELOPMENT ENVIRONMENT to 44 Signed-off-by: mulhern --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e79ea1b..2f2056d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: ShellCheck task: make -f Makefile shellcheck runs-on: ubuntu-latest - container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -55,4 +55,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