From 65018cde7eb3a051e552612cc923e747867c11e2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:16:16 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 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 a43c1f2345d..efe2154eb4e 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "psalm/phar": "^5.4", "phpunit/phpunit": "^9.5", "ext-mbstring": "*", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable29" }, "license": "AGPLv3", "authors": [ diff --git a/composer.lock b/composer.lock index 8b8ae92850b..141ac529789 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": "6448ee16a90cb86a0fe49d0822d644c7", + "content-hash": "c144f7c3fd8634aa8ae60e47517e93ed", "packages": [], "packages-dev": [ { @@ -179,16 +179,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable29", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa" + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5da2030113ea8c39dbf5033529b86f625d2bf6fa", - "reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5ea8c371b46db50f79ee70e92893f6b310bc6f5e", + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e", "shasum": "" }, "require": { @@ -198,11 +198,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "29.0.0-dev" + "dev-stable29": "29.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -218,9 +217,9 @@ "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "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/stable29" }, - "time": "2024-03-21T18:32:57+00:00" + "time": "2024-03-28T10:45:57+00:00" }, { "name": "nikic/php-parser",