From 86ac063b3188ca2ed588285b9df64355a5e31a12 Mon Sep 17 00:00:00 2001 From: paspo Date: Tue, 30 Sep 2025 00:13:31 +0200 Subject: [PATCH] removed 6.0 build --- .gitea/workflows/build_and_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 566df7e..f7d5581 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -32,7 +32,7 @@ jobs: matrix: arch: [amd64] flavour: [sqlite3, mysql] - ver: ["6.0", "7.0"] + ver: ["7.0"] steps: