File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: static
33on :
44 push :
55 branches :
6- - master
6+ - ' *.x '
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: tests
33on :
44 push :
55 branches :
6- - master
6+ - ' *.x '
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change 22
33[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/client-common.svg?style=flat-square )] ( https://github.com/php-http/client-common/releases )
44[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5- [ ![ Build Status] ( https://img.shields.io/travis/php-http/client-common/master.svg?style=flat-square )] ( https://travis-ci.org/php-http/client-common )
6- [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/client-common.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/client-common )
7- [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/client-common.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/client-common )
5+ [ ![ Build Status] ( https://github.com/php-http/client-common/actions/workflows/tests.yml/badge.svg )] ( https://github.com/php-http/client-common/actions/workflows/tests.yml )
86[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/client-common.svg?style=flat-square )] ( https://packagist.org/packages/php-http/client-common )
97
108** Common HTTP Client implementations and tools for HTTPlug.**
Original file line number Diff line number Diff line change 5858 },
5959 "config" : {
6060 "sort-packages" : true
61- },
62- "extra" : {
63- "branch-alias" : {
64- "dev-master" : " 2.3.x-dev"
65- }
6661 }
6762}
You can’t perform that action at this time.
0 commit comments