chore(CI): Adjust testing matrix for Nextcloud 27 on stable27

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-05-17 13:06:25 +02:00
parent 76fe329d73
commit bfd46deefa
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
3 changed files with 8 additions and 9 deletions

View File

@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1']
server-versions: ['master']
server-versions: ['stable27']
steps:
- name: Set app env

View File

@ -30,7 +30,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/coding-standard": "1.0",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable27",
"phpunit/phpunit": "^9",
"sabre/dav": "^4.2.1",
"vimeo/psalm": "^4.22"

13
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": "bad8cd6db2697a29fb83af680ef4523e",
"content-hash": "cdbf434fb6d08938d68150bd8274db83",
"packages": [
{
"name": "hexogen/kdtree",
@ -1231,16 +1231,16 @@
},
{
"name": "nextcloud/ocp",
"version": "dev-master",
"version": "dev-stable27",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "6ec2f44077e9e75e2e93787b452b37736c15f3c3"
"reference": "92f707dc8f36a76ddfed4d52d999d672613a4748"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6ec2f44077e9e75e2e93787b452b37736c15f3c3",
"reference": "6ec2f44077e9e75e2e93787b452b37736c15f3c3",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/92f707dc8f36a76ddfed4d52d999d672613a4748",
"reference": "92f707dc8f36a76ddfed4d52d999d672613a4748",
"shasum": ""
},
"require": {
@ -1250,7 +1250,6 @@
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@ -1272,7 +1271,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
},
"time": "2023-04-08T00:33:01+00:00"
"time": "2023-05-17T10:58:24+00:00"
},
{
"name": "nikic/php-parser",