.gitea/workflows/action.yml aktualisiert

This commit is contained in:
Snoweuph 2024-05-09 10:30:18 +00:00
parent 6553971331
commit 5e538dd5c9

View file

@ -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'