From 68b48786aa69714d5ea2eadf356ff33ecab29516 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Sep 2025 11:46:51 +0200 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 32 on stable32 Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 403eb68b..d1677e70 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,6 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable32" } } diff --git a/composer.lock b/composer.lock index fd725c47..d854925b 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": "de457bcc76164561a5cccdd619235f52", + "content-hash": "ee513384585370064a40e79af73b0dfb", "packages": [], "packages-dev": [ { @@ -66,16 +66,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable32", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850" + "reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/851f4248065d96ee9d4971bb671b363f7dbd7850", - "reference": "851f4248065d96ee9d4971bb671b363f7dbd7850", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/49413ff9bf66f1091928540ecd9af4ebeebf6e32", + "reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32", "shasum": "" }, "require": { @@ -85,11 +85,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "32.0.0-dev" + "dev-stable32": "32.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -109,9 +108,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/stable32" }, - "time": "2025-08-30T00:45:22+00:00" + "time": "2025-09-04T08:38:43+00:00" }, { "name": "psr/clock",