chore: Deploy only on PHP 7.1
This commit is contained in:
parent
b2c3b1cf5c
commit
4461c49a26
1 changed files with 2 additions and 0 deletions
|
@ -41,8 +41,10 @@ deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: ci/deploy.sh
|
script: ci/deploy.sh
|
||||||
on:
|
on:
|
||||||
|
php: 7.1
|
||||||
all_branches: master
|
all_branches: master
|
||||||
- provider: script
|
- provider: script
|
||||||
script: ci/deploy.sh
|
script: ci/deploy.sh
|
||||||
on:
|
on:
|
||||||
|
php: 7.1
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue