File tree 6 files changed +29
-5
lines changed
6 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- - pull_request
3
- - push
2
+ pull_request :
3
+ paths-ignore :
4
+ - ' docs/**'
5
+ - ' README.md'
6
+ - ' CHANGELOG.md'
7
+ - ' .gitignore'
8
+ - ' .gitattributes'
9
+ - ' infection.json.dist'
10
+ - ' phpunit.xml.dist'
11
+ - ' psalm.xml'
12
+ push :
13
+ branches : ['master']
14
+ paths-ignore :
15
+ - ' docs/**'
16
+ - ' README.md'
17
+ - ' CHANGELOG.md'
18
+ - ' .gitignore'
19
+ - ' .gitattributes'
20
+ - ' infection.json.dist'
21
+ - ' phpunit.xml.dist'
22
+ - ' psalm.xml'
4
23
5
24
name : backwards compatibility
6
25
Original file line number Diff line number Diff line change 10
10
- ' psalm.xml'
11
11
12
12
push :
13
+ branches : ['master']
13
14
paths-ignore :
14
15
- ' docs/**'
15
16
- ' README.md'
@@ -24,6 +25,8 @@ name: build
24
25
jobs :
25
26
phpunit :
26
27
uses : yiisoft/actions/.github/workflows/phpunit.yml@master
28
+ secrets :
29
+ codecovToken : ${{ secrets.CODECOV_TOKEN }}
27
30
with :
28
31
os : >-
29
32
['ubuntu-latest', 'windows-latest']
Original file line number Diff line number Diff line change 11
11
- ' psalm.xml'
12
12
13
13
push :
14
+ branches : ['master']
14
15
paths-ignore :
15
16
- ' docs/**'
16
17
- ' README.md'
30
31
os : >-
31
32
['ubuntu-latest']
32
33
php : >-
33
- ['8.1']
34
+ ['8.1', '8.2', '8.3' ]
Original file line number Diff line number Diff line change 9
9
- ' psalm.xml'
10
10
11
11
push :
12
+ branches : ['master']
12
13
paths-ignore :
13
14
- ' docs/**'
14
15
- ' README.md'
26
27
os : >-
27
28
['ubuntu-latest']
28
29
php : >-
29
- ['8.1 ']
30
+ ['8.3 ']
30
31
secrets :
31
32
STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Original file line number Diff line number Diff line change 10
10
- ' phpunit.xml.dist'
11
11
12
12
push :
13
+ branches : ['master']
13
14
paths-ignore :
14
15
- ' docs/**'
15
16
- ' README.md'
Original file line number Diff line number Diff line change 9
9
[ ![ Latest Stable Version] ( https://poser.pugx.org/yiisoft/middleware-dispatcher/v/stable.png )] ( https://packagist.org/packages/yiisoft/middleware-dispatcher )
10
10
[ ![ Total Downloads] ( https://poser.pugx.org/yiisoft/middleware-dispatcher/downloads.png )] ( https://packagist.org/packages/yiisoft/middleware-dispatcher )
11
11
[ ![ Build status] ( https://github.com/yiisoft/middleware-dispatcher/workflows/build/badge.svg )] ( https://github.com/yiisoft/middleware-dispatcher/actions?query=workflow%3Abuild )
12
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/?branch=master )
13
12
[ ![ Code Coverage] ( https://codecov.io/gh/yiisoft/middleware-dispatcher/branch/master/graph/badge.svg )] ( https://codecov.io/gh/yiisoft/middleware-dispatcher )
14
13
[ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fmiddleware-dispatcher%2Fmaster )] ( https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/middleware-dispatcher/master )
15
14
[ ![ static analysis] ( https://github.com/yiisoft/middleware-dispatcher/workflows/static%20analysis/badge.svg )] ( https://github.com/yiisoft/middleware-dispatcher/actions?query=workflow%3A%22static+analysis%22 )
You can’t perform that action at this time.
0 commit comments