Compare commits

...

1 Commits

Author SHA1 Message Date
Joas Schilling
a4cca37f02 chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-01-23 10:08:34 +01:00
3 changed files with 11 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ jobs:
matrix: matrix:
php-versions: ['8.1'] php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql'] databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master'] server-versions: ['stable31']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

View File

@@ -15,7 +15,7 @@
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"nextcloud/coding-standard": "^1.1", "nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "dev-master", "nextcloud/ocp": "dev-stable31",
"psalm/phar": "^5.13" "psalm/phar": "^5.13"
}, },
"config": { "config": {

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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6950663d9d213151028e780637480220", "content-hash": "c89537a172cee5c19093b4ea0cb5365c",
"packages": [ "packages": [
{ {
"name": "icecave/parity", "name": "icecave/parity",
@@ -488,30 +488,29 @@
}, },
{ {
"name": "nextcloud/ocp", "name": "nextcloud/ocp",
"version": "dev-master", "version": "dev-stable31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git", "url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f" "reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/3ac4be37f04642c663a2fc711f3848f69f3713f1",
"reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", "reference": "3ac4be37f04642c663a2fc711f3848f69f3713f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.1 || ~8.2 || ~8.3", "php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
"psr/clock": "^1.0", "psr/clock": "^1.0",
"psr/container": "^2.0.2", "psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/log": "^3.0.2" "psr/log": "^3.0.2"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "31.0.0-dev" "dev-stable31": "31.0.0-dev"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -531,9 +530,9 @@
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
"support": { "support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues", "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/stable31"
}, },
"time": "2025-01-10T00:44:36+00:00" "time": "2025-01-23T08:35:12+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",