From 5e538dd5c9e77e635ca94c222b01db6ef0c45354 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 10:30:18 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 529eb30..0e18d35 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -27,7 +27,7 @@ jobs: with: context: '{{defaultContext}}:images/actions/act' push: true - tags: | + tags: | git.euph.dev/actions/runner-basic:latest git.euph.dev/actions/runner-basic:${{ gitea.run_number }} @@ -37,13 +37,13 @@ jobs: strategy: matrix: language: [java, php, lua] - include: - - version: [8, 17, 21] - language: java - - version: [8.1, 8.2, 8.3] - language: php - - version: [5.1, 5.2, 5.3, 5.4] - language: lua + include: + - version: [8, 17, 21] + language: java + - version: [8.1, 8.2, 8.3] + language: php + - version: [5.1, 5.2, 5.3, 5.4] + language: lua steps: - name: Install Docker run: 'rm $(which docker) && curl -fsSL https://get.docker.com | sh'