From 72655950fe48a4bb0799168f3d50cd6ba24feb0b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 12:37:55 +0100 Subject: [PATCH] chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 Signed-off-by: Joas Schilling --- .github/workflows/phpunit-sqlite.yml | 2 +- composer.json | 2 +- composer.lock | 19 +++++++++---------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 59b46efd5..41b279d01 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -54,7 +54,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1', '8.2', '8.3'] - server-versions: ['master'] + server-versions: ['stable28'] include: - php-versions: '8.2' coverage: true diff --git a/composer.json b/composer.json index dcf7366d6..9feb3a0da 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "AGPLv3", "require-dev": { "nextcloud/coding-standard": "v1.1.1", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable28", "phpunit/phpunit": "^9", "vimeo/psalm": "^5.15" }, diff --git a/composer.lock b/composer.lock index d5e18e5e9..accf21fe5 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": "2d59d19c3375f0e3a31472758ad07b12", + "content-hash": "a8bb1812b025ac7ef2a8d463e7590150", "packages": [], "packages-dev": [ { @@ -860,30 +860,29 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable28", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "488e4ad136853e5b24efa745e941c785cf41c51e" + "reference": "2ac04202af2904a000d3e4090f7def301a4cecfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/488e4ad136853e5b24efa745e941c785cf41c51e", - "reference": "488e4ad136853e5b24efa745e941c785cf41c51e", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/2ac04202af2904a000d3e4090f7def301a4cecfe", + "reference": "2ac04202af2904a000d3e4090f7def301a4cecfe", "shasum": "" }, "require": { - "php": "~8.0 || ~8.1 || ~8.2", + "php": "~8.0 || ~8.1 || ~8.2 || ~8.3", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", "psr/log": "^1.1.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "28.0.0-dev" + "dev-stable28": "28.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -899,9 +898,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/stable28" }, - "time": "2023-11-18T00:32:35+00:00" + "time": "2023-11-23T10:57:48+00:00" }, { "name": "nikic/php-parser",