File tree Expand file tree Collapse file tree 5 files changed +13
-16
lines changed Expand file tree Collapse file tree 5 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Checks
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - ' *.x '
7
7
pull_request :
8
8
9
9
jobs :
13
13
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
- name : Composer normalize
19
19
uses : docker://ergebnis/composer-normalize-action
24
24
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
29
29
- name : Roave BC Check
30
30
uses : docker://nyholm/roave-bc-check-ga
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Static analysis
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - ' *.x '
7
7
pull_request :
8
8
9
9
jobs :
13
13
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
- name : Install legacy zend diactoros as we reference that as well
19
19
run : composer require "zendframework/zend-diactoros:2.2.1" --no-interaction --no-update
31
31
32
32
steps :
33
33
- name : Checkout code
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
36
36
- name : PHP-CS-Fixer
37
37
uses : docker://oskarstark/php-cs-fixer-ga:2.19.0
Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : tests
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - ' *.x'
5
7
pull_request :
6
8
7
9
jobs :
14
16
15
17
steps :
16
18
- name : Checkout code
17
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
18
20
19
21
- name : Setup PHP
20
22
uses : shivammathur/setup-php@v2
44
46
45
47
steps :
46
48
- name : Checkout code
47
- uses : actions/checkout@v2
49
+ uses : actions/checkout@v3
48
50
49
51
- name : Setup PHP
50
52
uses : shivammathur/setup-php@v2
67
69
68
70
steps :
69
71
- name : Checkout code
70
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v3
71
73
72
74
- name : Setup PHP
73
75
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/message.svg?style=flat-square )] ( https://github.com/php-http/message/releases )
4
4
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5
- [ ![ GitHub Workflow Status ] ( https://img.shields.io/github/workflow/status/ php-http/message/CI?style=flat-square )] ( https://github.com/php-http/message/actions?query=workflow%3ACI+branch%3Amaster )
5
+ [ ![ tests ] ( https://github.com/ php-http/message/actions/workflows/ci.yml/badge.svg )] ( https://github.com/php-http/message/actions/workflows/ci.yml )
6
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/message.svg?style=flat-square )] ( https://packagist.org/packages/php-http/message )
7
7
8
8
** HTTP Message related tools.**
Original file line number Diff line number Diff line change 43
43
"ergebnis/composer-normalize" : true
44
44
}
45
45
},
46
- "extra" : {
47
- "branch-alias" : {
48
- "dev-master" : " 1.10-dev"
49
- }
50
- },
51
46
"autoload" : {
52
47
"psr-4" : {
53
48
"Http\\ Message\\ " : " src/"
You can’t perform that action at this time.
0 commit comments