File tree 4 files changed +3
-10
lines changed
4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: static
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - ' *.x '
7
7
pull_request :
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - ' *.x '
7
7
pull_request :
8
8
9
9
jobs :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/client-common.svg?style=flat-square )] ( https://github.com/php-http/client-common/releases )
4
4
[ ![ 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 )
8
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/client-common.svg?style=flat-square )] ( https://packagist.org/packages/php-http/client-common )
9
7
10
8
** Common HTTP Client implementations and tools for HTTPlug.**
Original file line number Diff line number Diff line change 58
58
},
59
59
"config" : {
60
60
"sort-packages" : true
61
- },
62
- "extra" : {
63
- "branch-alias" : {
64
- "dev-master" : " 2.3.x-dev"
65
- }
66
61
}
67
62
}
You can’t perform that action at this time.
0 commit comments