.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
6553971331
commit
5e538dd5c9
1 changed files with 8 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue