chore(CI): Adjust testing matrix for Nextcloud 28 on stable28

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-11-23 12:47:55 +01:00
parent 1a4f96e5dc
commit 4b886c6097
5 changed files with 13 additions and 14 deletions

19
composer.lock generated
View File

@@ -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": "91d1163b8b5b076f39a79a9c394d0217",
"content-hash": "2ab83bbc55ad8f0f50c5de28c10764ba",
"packages": [
{
"name": "justinrainbow/json-schema",
@@ -250,30 +250,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/",
@@ -289,9 +288,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",