This commit is contained in:
parent
7cab29a384
commit
4373f8c34c
@ -37,7 +37,7 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
depends_on: [ php8.0 ]
|
depends_on: [ clone ]
|
||||||
|
|
||||||
- name: php7.4
|
- name: php7.4
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -74,7 +74,7 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
depends_on: [ php7.4 ]
|
depends_on: [ clone ]
|
||||||
|
|
||||||
- name: php7.3
|
- name: php7.3
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -111,7 +111,7 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
depends_on: [ php7.3 ]
|
depends_on: [ clone ]
|
||||||
|
|
||||||
- name: php7.2
|
- name: php7.2
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user