File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
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+
13+ push :
14+ branches : ['master']
15+ paths-ignore :
16+ - ' docs/**'
17+ - ' README.md'
18+ - ' CHANGELOG.md'
19+ - ' .gitignore'
20+ - ' .gitattributes'
21+ - ' infection.json.dist'
22+ - ' phpunit.xml.dist'
23+ - ' psalm.xml'
24+
25+ name : Composer require checker
26+
27+ jobs :
28+ composer-require-checker :
29+ uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
30+ with :
31+ os : >-
32+ ['ubuntu-latest']
33+ php : >-
34+ ['8.1', '8.2', '8.3']
Original file line number Diff line number Diff line change 9292 "codeception/module-asserts" : " ^3.0" ,
9393 "codeception/module-cli" : " ^2.0" ,
9494 "codeception/module-phpbrowser" : " ^3.0" ,
95+ "maglnet/composer-require-checker" : " ^4.5" ,
9596 "phpunit/phpunit" : " ^9.5" ,
9697 "rector/rector" : " ^1.0.0" ,
9798 "roave/infection-static-analysis-plugin" : " ^1.34" ,
You can’t perform that action at this time.
0 commit comments