.gitea/workflows/action.yml aktualisiert
Some checks failed
CI / build_act (push) Successful in 3m24s
CI / build_php (7.3) (push) Failing after 42s
CI / build_php (7.4) (push) Failing after 43s
CI / build_php (8) (push) Successful in 1m41s
CI / build_php (8.1) (push) Failing after 39s
CI / build_php (8.2) (push) Failing after 37s
Some checks failed
CI / build_act (push) Successful in 3m24s
CI / build_php (7.3) (push) Failing after 42s
CI / build_php (7.4) (push) Failing after 43s
CI / build_php (8) (push) Successful in 1m41s
CI / build_php (8.1) (push) Failing after 39s
CI / build_php (8.2) (push) Failing after 37s
This commit is contained in:
parent
e042096660
commit
d2f0faf335
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
||||||
needs: build_act
|
needs: build_act
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [7.4, 8.0, 8.1, 8.2]
|
version: [7.3, 7.4, 8.0, 8.1, 8.2]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
|
|
Loading…
Reference in a new issue