comparison vendor/symfony/psr-http-message-bridge/.travis.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
7 7
8 env: 8 env:
9 global: 9 global:
10 - PHPUNIT_FLAGS="-v" 10 - PHPUNIT_FLAGS="-v"
11 - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit" 11 - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
12 - DEPENDENCIES="zendframework/zend-diactoros:^1.4.1 http-interop/http-factory-diactoros:^1.0" 12 - DEPENDENCIES="nyholm/psr7:^1.1"
13 13
14 matrix: 14 matrix:
15 fast_finish: true 15 fast_finish: true
16 include: 16 include:
17 # Minimum supported dependencies with the latest and oldest PHP version 17 # Minimum supported dependencies with the latest and oldest PHP version
18 - php: 7.2 18 - php: 7.3
19 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors" 19 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
20 - php: 5.3 20 - php: 5.3
21 dist: 'precise' 21 dist: 'precise'
22 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors" DEPENDENCIES="" 22 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors" DEPENDENCIES=""
23 23
24 # Test the latest stable release 24 # Test the latest stable release
25 - php: 5.3 25 - php: 5.3
26 dist: 'precise' 26 dist: 'precise'
27 env: DEPENDENCIES="" 27 env: DEPENDENCIES="symfony/phpunit-bridge:>=3.4,<3.4.22||>=4.0,<4.1.11||>=4.2,<4.2.3"
28 - php: 5.4 28 - php: 5.4
29 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1" 29 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1"
30 - php: 5.5 30 - php: 5.5
31 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1" 31 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1"
32 - php: 5.6 32 - php: 5.6
33 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1" 33 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1"
34 - php: 7.0 34 - php: 7.0
35 env: DEPENDENCIES="zendframework/zend-diactoros:^1.4.1 http-interop/http-factory-diactoros:^1.0"
35 - php: 7.1 36 - php: 7.1
36 - php: 7.2 37 - php: 7.2
38 - php: 7.3
37 env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text" 39 env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
38 40
39 # Test LTS versions. This makes sure we do not use Symfony packages with version greater 41 # Test LTS versions. This makes sure we do not use Symfony packages with version greater
40 # than 2 or 3 respectively. 42 # than 2 or 3 respectively.
41 - php: 7.2 43 - php: 7.3
42 env: DEPENDENCIES="$DEPENDENCIES symfony/lts:^2 symfony/force-lowest:~2.8.0" 44 env: DEPENDENCIES="$DEPENDENCIES symfony/lts:^2 symfony/force-lowest:~2.8.0"
43 - php: 7.2 45 - php: 7.3
44 env: DEPENDENCIES="$DEPENDENCIES symfony/lts:^3 symfony/force-lowest:~3.4.0" 46 env: DEPENDENCIES="$DEPENDENCIES symfony/lts:^3 symfony/force-lowest:~3.4.0"
45 47
46 # Latest commit to master 48 # Latest commit to master
47 - php: 7.2 49 - php: 7.3
48 env: STABILITY="dev" 50 env: STABILITY="dev"
49 51
50 allow_failures: 52 allow_failures:
51 # Dev-master is allowed to fail. 53 # Dev-master is allowed to fail.
52 - env: STABILITY="dev" 54 - env: STABILITY="dev"