Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Test on PHP 7.4, bump analyze stage to use PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 6, 2019
1 parent acc5896 commit 4038f01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
env:
- GROUP=default
Expand All @@ -14,6 +15,7 @@ matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.4snapshot
- stage: integration

stages:
Expand All @@ -23,7 +25,7 @@ stages:

jobs:
exclude:
- php: 7.2
- php: 7.3
include:
- stage: integration
php: 7.0
Expand All @@ -38,7 +40,7 @@ jobs:
- CDEK_ACCOUNT=z9GRRu7FxmO53CQ9cFfI6qiy32wpfTkd
- CDEK_PASSWORD=w24JTCv4MnAcuRTx0oHjHLDtyt3I6IBq
- stage: analyze
php: 7.2
php: 7.3
install:
- pecl install ast
- phpenv config-rm xdebug.ini
Expand All @@ -57,7 +59,8 @@ install:
- composer remove --no-update --dev
phan/phan phpstan/phpstan vimeo/psalm
infection/infection friendsofphp/php-cs-fixer
- composer install --prefer-dist
- if [[ $TRAVIS_PHP_VERSION = nightly ]]; then export COMPOSER_FLAGS="--ignore-platform-reqs"; fi
- travis_retry composer install --prefer-dist $COMPOSER_FLAGS

script:
- make ci-test --keep-going PHPUNIT_GROUP=$GROUP
Expand Down

0 comments on commit 4038f01

Please sign in to comment.