File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Assign issues and pull requests
1919 uses : gustavofreze/auto-assign@2.0.0
2020 with :
21- assignees : ' ${{ secrets .ASSIGNEES }}'
21+ assignees : ' ${{ vars .ASSIGNEES }}'
2222 github_token : ' ${{ secrets.GITHUB_TOKEN }}'
2323 allow_self_assign : ' true'
2424 allow_no_assignees : ' true'
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020
2121 - name : Configure PHP
2222 uses : shivammathur/setup-php@v2
3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
4040 - name : Use PHP ${{ env.PHP_VERSION }}
4141 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 6969 "phpmd" : " phpmd ./src text phpmd.xml --suffixes php --ignore-violations-on-exit" ,
7070 "phpstan" : " phpstan analyse -c phpstan.neon.dist --quiet --no-progress" ,
7171 "test-file" : " phpunit --configuration phpunit.xml --no-coverage --filter" ,
72- "mutation-test" : " infection --only-covered -- threads=max --logger-html=report/coverage/mutation-report.html --coverage=report/coverage" ,
72+ "mutation-test" : " infection --threads=max --logger-html=report/coverage/mutation-report.html --coverage=report/coverage" ,
7373 "test-no-coverage" : " phpunit --configuration phpunit.xml --no-coverage tests" ,
7474 "review" : [
7575 " @phpcs" ,
Original file line number Diff line number Diff line change 1616 "customPath": "./vendor/bin/phpunit"
1717 },
1818 "mutators": {
19- "@default": true
19+ "@default": true,
20+ "LogicalOr": false
2021 },
2122 "minCoveredMsi": 100,
2223 "testFramework": "phpunit"
You can’t perform that action at this time.
0 commit comments