File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121 composer-options : ' --prefer-stable'
2222 - php-version : ' 7.3'
2323 composer-options : ' --prefer-stable'
24+ - php-version : ' 7.4'
25+ composer-options : ' --prefer-stable'
26+ - php-version : ' 8.0'
27+ composer-options : ' --prefer-stable'
2428
2529 steps :
2630 - name : ' Check out'
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^7.1" ,
15+ "php" : " ^7.1 || ^8.0 " ,
1616 "php-http/client-common" : " ^1.0 || ^2.0" ,
1717 "php-http/client-implementation" : " ^1.0" ,
1818 "php-http/httplug" : " ^1.0 || ^2.0" ,
2626 "psr/http-message" : " ^1.0"
2727 },
2828 "require-dev" : {
29- "phpspec/phpspec" : " ^2.4 " ,
29+ "phpspec/phpspec" : " ^5.0 || ^6.0 || ^7.0 " ,
3030 "php-http/mock-client" : " ^1.2" ,
3131 "php-xapi/test-fixtures" : " ^1.0" ,
3232 "symfony/phpunit-bridge" : " ^5.2"
You can’t perform that action at this time.
0 commit comments