From a31b99e9a71caa7dde547b68d546be36283afb21 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Jan 2026 11:39:33 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 33 on stable33 Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index b9e4132c2..6183d41df 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "AGPLv3", "require-dev": { "nextcloud/coding-standard": "^1.3", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable33", "phpunit/phpunit": "^9", "vimeo/psalm": "^5.15" }, diff --git a/composer.lock b/composer.lock index deacd4fef..f2655ebcb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5f44dc5165d04279f43ed5eb7f1c1dd4", + "content-hash": "233f913c28d09b6ed83f503efce5174a", "packages": [], "packages-dev": [ { @@ -908,30 +908,29 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable33", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "01ad50a61f835a4a7511d305e7e21cddce84e804" + "reference": "42bd0340ad5ac84615ba9ce83a488ce858a848bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/01ad50a61f835a4a7511d305e7e21cddce84e804", - "reference": "01ad50a61f835a4a7511d305e7e21cddce84e804", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/42bd0340ad5ac84615ba9ce83a488ce858a848bf", + "reference": "42bd0340ad5ac84615ba9ce83a488ce858a848bf", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "33.0.0-dev" + "dev-stable33": "33.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -951,9 +950,9 @@ "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", - "source": "https://github.com/nextcloud-deps/ocp/tree/master" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable33" }, - "time": "2026-01-16T00:57:34+00:00" + "time": "2026-01-22T08:46:28+00:00" }, { "name": "nikic/php-parser",