From caa63e14f5826b08bd43457565b74d1d39f6500b Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 23 May 2023 13:11:45 -0600 Subject: [PATCH] workflows: build: Add support for Fedora 38 --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dcd942d..b484189a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,12 +23,15 @@ jobs: fail-fast: false matrix: image_name: ['', '-desktop'] - major_version: [37] + major_version: [37, 38] include: - major_version: 37 + is_latest: false + is_stable: true + - major_version: 38 is_latest: true is_stable: true - steps: + steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v3