chore(CI): Adjust testing matrix for Nextcloud 29 on stable29

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2024-03-28 12:17:55 +01:00
parent 91a12b2a7e
commit 778327dd5d
6 changed files with 13 additions and 14 deletions

17
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": "100910e14ce26e45293a1b29bc723416",
"packages": [
{
"name": "justinrainbow/json-schema",
@@ -250,16 +250,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": {
@@ -269,11 +269,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/",
@@ -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/stable29"
},
"time": "2024-03-21T18:32:57+00:00"
"time": "2024-03-28T10:45:57+00:00"
},
{
"name": "nikic/php-parser",