Merge 2 stages
This commit is contained in:
parent
3bc1f90589
commit
4fdb3aabd5
@ -44,11 +44,11 @@ jobs:
|
|||||||
#allow_failures:
|
#allow_failures:
|
||||||
#- php: nightly
|
#- php: nightly
|
||||||
include:
|
include:
|
||||||
- stage: PHP 5.6
|
- stage: PHP 5.6-7.4
|
||||||
if: type = push
|
if: type = push
|
||||||
php: '5.6'
|
php: '5.6'
|
||||||
env: DB=postgresql
|
env: DB=postgresql
|
||||||
- stage: PHP 7.4
|
- stage: PHP 5.6-7.4
|
||||||
if: type = pull_request OR type = push
|
if: type = pull_request OR type = push
|
||||||
php: '7.4'
|
php: '7.4'
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user