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