Skip to content

Commit 7b010e2

Browse files
committed
Bump phootwork dependencies
1 parent d9161fb commit 7b010e2

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/coverage-report.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
2727
with:
2828
coverageCommand: "composer coverage:clover"
29-
- name: Upload Scrutinizer coverage
30-
run: vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml
29+
- name: Scrutinizer coverage report
30+
uses: sudo-bot/action-scrutinizer@latest
31+
with:
32+
cli-args: "--format=php-clover clover.xml"

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@
2828
},
2929
"require" : {
3030
"php" : ">=8.0",
31-
"phootwork/collection" : "^2.1",
32-
"phootwork/lang": "^2.1"
31+
"phootwork/collection" : "^3.0",
32+
"phootwork/lang": "^3.0"
3333
},
3434
"require-dev" : {
3535
"phpunit/phpunit" : "^9.0",
3636
"phootwork/php-cs-fixer-config": "^0.3",
37-
"psalm/phar": "^4.3",
38-
"scrutinizer/ocular": "^1.8"
37+
"psalm/phar": "^4.3"
3938
},
4039
"scripts": {
4140
"analytics": "vendor/bin/psalm.phar",

0 commit comments

Comments
 (0)