mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6a88761fda
commit
fd112ebbf7
3 changed files with 13 additions and 14 deletions
8
.github/workflows/integration.yml
vendored
8
.github/workflows/integration.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
code-image: [ 'release', 'nightly' ]
|
||||
php-versions: ['8.1']
|
||||
databases: ['sqlite']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable32']
|
||||
scenarios: ['wopi', 'direct', 'federation', 'api']
|
||||
|
||||
name: integration-${{ matrix.code-image }}-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['mysql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable32']
|
||||
scenarios: ['wopi', 'direct', 'federation', 'api']
|
||||
|
||||
name: integration-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
|
@ -205,7 +205,7 @@ jobs:
|
|||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['pgsql']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable32']
|
||||
scenarios: ['wopi', 'direct', 'federation', 'api']
|
||||
|
||||
name: integration-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
|
@ -286,7 +286,7 @@ jobs:
|
|||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['oci']
|
||||
server-versions: ['master']
|
||||
server-versions: ['stable32']
|
||||
scenarios: ['wopi', 'direct', 'federation', 'api']
|
||||
|
||||
name: integration-${{ matrix.scenarios }}-${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"psalm/phar": "^6.5",
|
||||
"friendsofphp/php-cs-fixer": "^3.8",
|
||||
"nextcloud/coding-standard": "^1.0",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"nextcloud/ocp": "dev-stable32",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"bamarni/composer-bin-plugin": "^1.8"
|
||||
},
|
||||
|
|
|
|||
17
composer.lock
generated
17
composer.lock
generated
|
|
@ -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": "9545cacbcf237baa0ff001d052733de1",
|
||||
"content-hash": "9cbc14e51689373ad927f30bf61c6647",
|
||||
"packages": [
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
|
|
@ -1313,16 +1313,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "dev-master",
|
||||
"version": "dev-stable32",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "949faaf041a890b6a74801ed0ca0284eeccdfc48"
|
||||
"reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/949faaf041a890b6a74801ed0ca0284eeccdfc48",
|
||||
"reference": "949faaf041a890b6a74801ed0ca0284eeccdfc48",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/49413ff9bf66f1091928540ecd9af4ebeebf6e32",
|
||||
"reference": "49413ff9bf66f1091928540ecd9af4ebeebf6e32",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -1332,11 +1332,10 @@
|
|||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^3.0.2"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "32.0.0-dev"
|
||||
"dev-stable32": "32.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
|
|
@ -1356,9 +1355,9 @@
|
|||
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
|
||||
"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/stable32"
|
||||
},
|
||||
"time": "2025-08-29T00:49:09+00:00"
|
||||
"time": "2025-09-04T08:38:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue