From 5aacdb7d097f1216cdad17f9ba1be9468b4984c1 Mon Sep 17 00:00:00 2001 From: Kyle Weicht <303261+awesomekyle@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:44:36 -0400 Subject: [PATCH] update versions for taggging --- .github/workflows/reusable-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 6bac7875dfb..d4de60d93d8 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -102,15 +102,15 @@ jobs: TIMESTAMP="$(date +%Y%m%d)" FEDORA_VERSION="${{ matrix.fedora_version }}" - if [[ "${{ matrix.fedora_version }}" -eq "38" ]]; then + if [[ "${{ matrix.fedora_version }}" -eq "39" ]]; then IS_LATEST_VERSION=false IS_STABLE_VERSION=true IS_GTS_VERSION=true - elif [[ "${{ matrix.fedora_version }}" -eq "39" ]]; then + elif [[ "${{ matrix.fedora_version }}" -eq "40" ]]; then IS_LATEST_VERSION=true IS_STABLE_VERSION=true IS_GTS_VERSION=false - elif [[ "${{ matrix.fedora_version }}" -eq "40" ]]; then + elif [[ "${{ matrix.fedora_version }}" -eq "41" ]]; then IS_LATEST_VERSION=false IS_STABLE_VERSION=false IS_GTS_VERSION=false