summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2023-05-24 10:49:35 +0200
committerGitHub <noreply@github.com>2023-05-24 10:49:35 +0200
commitb628fea4b403367677abe6a9a4220c6cf3f17831 (patch)
treecf1bf56619116f5e93447f6ac516008a3e8b384a
parent76fe329d73e417c81942d2ba83b2dad018d7f78d (diff)
parentbfd46deefab602ce086146eabee63dd07788085f (diff)
Merge pull request #1806 from nextcloud/update-stable27-target-versionsv27.0.0rc2
chore(CI): Adjust testing matrix for Nextcloud 27 on stable27
-rw-r--r--.github/workflows/phpunit-sqlite.yml2
-rw-r--r--composer.json2
-rw-r--r--composer.lock13
3 files changed, 8 insertions, 9 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 2c1b7677..7ad42e1e 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1']
- server-versions: ['master']
+ server-versions: ['stable27']
steps:
- name: Set app env
diff --git a/composer.json b/composer.json
index baf14593..bd290672 100644
--- a/composer.json
+++ b/composer.json
@@ -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"
diff --git a/composer.lock b/composer.lock
index af3f94c8..2c5254f7 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": "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",