From 4107c4de676cc9f13f0f9685080a53c235789c6c Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 17 Apr 2025 22:43:53 +0000 Subject: [PATCH] Added old legacy versions which are in the binaries branch --- .gitea/workflows/binaries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/binaries.yaml b/.gitea/workflows/binaries.yaml index c1a8760..06a8035 100644 --- a/.gitea/workflows/binaries.yaml +++ b/.gitea/workflows/binaries.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: ["ubuntu-22.04"] - version: ["3.4.2"] + version: ["3.4.2", "3.3.8", "3.3.6", "3.3.5", "3.2.7", "3.2.6", "3.2.0", "3.1.6"] runs-on: ${{ matrix.os }} steps: # 1) Code auschecken