aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2025-05-08 12:06:49 +0200
committerGitHub <noreply@github.com>2025-05-08 12:06:49 +0200
commitd96d7ca69a13e64f9efad30bff4e064a8c5f6e99 (patch)
treeb9548f1179a16cad5d2d47b31c707a5f2c5b7238
parent349cc7b732763ddc12dcc3ffc24bd2808a364e8a (diff)
downloadnextcloud-server-ciBumpPhpUnit10.tar.gz
nextcloud-server-ciBumpPhpUnit10.zip
ci: Bump phpunit to 10.5ciBumpPhpUnit10
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r--vendor-bin/phpunit/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json
index 9f0239b8d08..e38f183a592 100644
--- a/vendor-bin/phpunit/composer.json
+++ b/vendor-bin/phpunit/composer.json
@@ -6,6 +6,6 @@
}
},
"require": {
- "phpunit/phpunit": "^9.6"
+ "phpunit/phpunit": "^10.5"
}
}