File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- dist : trusty
21language : php
32
43php :
5- - 7.1
64 - 7.2
75 - 7.3
86 - 7.4
7+ - 8.0
98
109# # Cache composer
1110cache :
1413
1514matrix :
1615 include :
17- - php : 7.1
16+ - php : 7.2
1817 env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
1918
2019before_script :
Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php" : " ^7.1 " ,
25+ "php" : " ^7.2|^8.0 " ,
2626 "danielstjules/stringy" : " ^3.1" ,
2727 "php-http/discovery" : " ^1.4" ,
2828 "php-http/mock-client" : " ^1.2" ,
3131 "require-dev" : {
3232 "friendsofphp/php-cs-fixer" : " ^2.17" ,
3333 "guzzlehttp/guzzle" : " ^7.3" ,
34- "phpunit/phpunit" : " ^7 .0|^8 .0"
34+ "phpunit/phpunit" : " ^8 .0|^9 .0"
3535 },
3636 "provide" : {
3737 "php-http/async-client-implementation" : " 1.0" ,
You can’t perform that action at this time.
0 commit comments