File tree Expand file tree Collapse file tree 5 files changed +38
-352
lines changed
Expand file tree Collapse file tree 5 files changed +38
-352
lines changed Original file line number Diff line number Diff line change 1+ name : CI Joomla Framework
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : 15 2 * * 1
8+
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
13+ jobs :
14+ framework-ci :
15+ uses : joomla-framework/.github/.github/workflows/workflow-v3.yml@main
Original file line number Diff line number Diff line change 1+ # IDE Related Files #
2+ .buildpath
3+ .project
4+ .settings
5+ .DS_Store
6+ .idea
7+
8+ # Composer and test related files #
19vendor /
210composer.phar
311composer.lock
412phpunit.xml
5- build /
13+ .phpunit.cache /
14+ .idea /
615/.phpunit.result.cache
16+ /.phpunit.cache /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 "require-dev" : {
1515 "phpunit/phpunit" : " ^9.5.28" ,
1616 "squizlabs/php_codesniffer" : " ^3.7.2" ,
17- "phpstan/phpstan" : " ^1.10.7 " ,
18- "phan/phan " : " ^5.4.2 "
17+ "phpstan/phpstan" : " 1.12.27 " ,
18+ "phpstan/phpstan-deprecation-rules " : " 1.2.1 "
1919 },
2020 "autoload" : {
2121 "psr-4" : {
You can’t perform that action at this time.
0 commit comments