From 4e9fb326e6f7f5ed95111867324b3deb5b23758d Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 16:06:15 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index a8417bd..3e584fa 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -36,7 +36,7 @@ jobs: needs: build_act strategy: matrix: - version: [8.1, 8.2] + version: ['8.1', '8.2'] steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh @@ -66,7 +66,7 @@ jobs: needs: build_act strategy: matrix: - version: [1_8_0, 17, 21] + version: ['1_8_0', '17', '21'] steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh