Commit 5018b71 1 parent 40c6651 commit 5018b71 Copy full SHA for 5018b71
File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 10
10
- 7.2
11
11
- 7.3
12
12
- 7.4
13
+ - 8.0
13
14
14
15
env :
15
16
global :
16
- - TEST_COMMAND="composer test "
17
+ - TEST_COMMAND="./vendor/bin/phpunit "
17
18
18
19
branches :
19
20
except :
20
21
- /^patch-.*$/
21
22
22
23
matrix :
23
24
fast_finish : true
24
- allow_failures :
25
- - php : nightly
26
- env : COMPOSER_FLAGS="--ignore-platform-reqs"
27
25
include :
28
26
- php : 7.2
29
27
name : Lowest version of dependencies
30
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
- - php : nightly
32
- name : PHP 8.0
33
-
34
- before_install :
35
- - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
28
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="./vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
36
29
37
30
install :
38
31
- composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
Original file line number Diff line number Diff line change 3
3
"description" : " A fast PHP7 implementation of PSR-7" ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [" psr-7" , " psr-17" ],
6
- "homepage" : " http ://tnyholm.se" ,
6
+ "homepage" : " https ://tnyholm.se" ,
7
7
"authors" : [
8
8
{
9
9
"name" : " Tobias Nyholm" ,
40
40
"Tests\\ Nyholm\\ Psr7\\ " : " tests/"
41
41
}
42
42
},
43
- "scripts" : {
44
- "test" : " vendor/bin/phpunit" ,
45
- "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
46
- },
47
43
"extra" : {
48
44
"branch-alias" : {
49
45
"dev-master" : " 1.0-dev"
You can’t perform that action at this time.
0 commit comments