ci: Bump phpunit to 9.6.19 and add dependabot

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48140/head
Joas Schilling 2024-09-17 16:09:52 +07:00
parent 4d275232f0
commit 9a80c134fc
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
3 changed files with 26 additions and 11 deletions

@ -59,6 +59,20 @@ updates:
reviewers: reviewers:
- "nextcloud/server-dependabot" - "nextcloud/server-dependabot"
# phpunit
- package-ecosystem: composer
directory: "/vendor-bin/phpunit"
schedule:
interval: weekly
day: saturday
time: "04:40"
timezone: Europe/Madrid
labels:
- "3. to review"
- "feature: dependencies"
reviewers:
- "nextcloud/server-dependabot"
# Main master npm # Main master npm
- package-ecosystem: npm - package-ecosystem: npm
directory: "/" directory: "/"

@ -6,6 +6,6 @@
} }
}, },
"require": { "require": {
"phpunit/phpunit": "9.6" "phpunit/phpunit": "^9.6"
} }
} }

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "584c6c41b403750738431da544faf245", "content-hash": "270e67431f5fc8b58ecfeea7ce934f21",
"packages": [ "packages": [
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -632,16 +632,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.6.0", "version": "9.6.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "70fc8be1d0b9fad56a199a4df5f9cfabfc246f84" "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/70fc8be1d0b9fad56a199a4df5f9cfabfc246f84", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
"reference": "70fc8be1d0b9fad56a199a4df5f9cfabfc246f84", "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -656,7 +656,7 @@
"phar-io/manifest": "^2.0.3", "phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2", "phar-io/version": "^3.0.2",
"php": ">=7.3", "php": ">=7.3",
"phpunit/php-code-coverage": "^9.2.13", "phpunit/php-code-coverage": "^9.2.28",
"phpunit/php-file-iterator": "^3.0.5", "phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1", "phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3", "phpunit/php-text-template": "^2.0.3",
@ -674,8 +674,8 @@
"sebastian/version": "^3.0.2" "sebastian/version": "^3.0.2"
}, },
"suggest": { "suggest": {
"ext-soap": "*", "ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "*" "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
}, },
"bin": [ "bin": [
"phpunit" "phpunit"
@ -714,7 +714,8 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.0" "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
}, },
"funding": [ "funding": [
{ {
@ -730,7 +731,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-03T07:32:24+00:00" "time": "2024-04-05T04:35:58+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",