mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
parent
c7f35c263c
commit
a581b4c443
@ -49,9 +49,6 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
exclude: # covered in Code coverage stage
|
|
||||||
- php: 7.3
|
|
||||||
env: DEPS="high"
|
|
||||||
|
|
||||||
# Additional stages
|
# Additional stages
|
||||||
jobs:
|
jobs:
|
||||||
@ -63,7 +60,7 @@ jobs:
|
|||||||
- vendor/bin/phpcs
|
- vendor/bin/phpcs
|
||||||
|
|
||||||
- stage: Phar build
|
- stage: Phar build
|
||||||
php: 7.3
|
php: 7.1
|
||||||
env: DEPS="high"
|
env: DEPS="high"
|
||||||
script: bin/build-phar.sh
|
script: bin/build-phar.sh
|
||||||
deploy:
|
deploy:
|
||||||
@ -78,7 +75,7 @@ jobs:
|
|||||||
- build/psalm.phar
|
- build/psalm.phar
|
||||||
- build/psalm.phar.asc
|
- build/psalm.phar.asc
|
||||||
|
|
||||||
# deploy built phar to github.com/psalm/phar repo for all branches and tags,
|
# deploy built phar to github.com/psalm/phar repo for all branches and tags,
|
||||||
# but not for pull requests
|
# but not for pull requests
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"netresearch/jsonmapper": "^1.0",
|
"netresearch/jsonmapper": "^1.0",
|
||||||
"webmozart/glob": "^4.1",
|
"webmozart/glob": "^4.1",
|
||||||
"webmozart/path-util": "^2.3",
|
"webmozart/path-util": "^2.3",
|
||||||
"symfony/console": "^3.3||4.0.*||4.1.*||4.2.*",
|
"symfony/console": "^3.3||^4.0",
|
||||||
"amphp/amp": "^2.1",
|
"amphp/amp": "^2.1",
|
||||||
"amphp/byte-stream": "^1.5",
|
"amphp/byte-stream": "^1.5",
|
||||||
"sebastian/diff": "^3.0"
|
"sebastian/diff": "^3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user