From 1314d1a66acdf82147d65d6ca2e085c6ffca908c Mon Sep 17 00:00:00 2001 From: Sebastien Marinier Date: Thu, 15 May 2025 15:15:22 +0200 Subject: [PATCH] chore: restrict tests from nc29 --- .github/workflows/php-test.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 87d16a0..34aa5b5 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1', '8.2'] - nextcloud-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'stable30'] + nextcloud-versions: ['stable29', 'stable30'] exclude: - php-versions: '8.0' nextcloud-versions: 'stable30' diff --git a/composer.json b/composer.json index 39a5f01..d831b53 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "friendsofphp/php-cs-fixer": "^3", "nextcloud/coding-standard": "^1.1.0", "phpstan/phpstan": "^0.12.29", - "nextcloud/ocp": "^26.0 || ^27.0 || ^28.0 || ^29.0 || ^30.0 || ^31.0", + "nextcloud/ocp": "^29.0 || ^30.0 || ^31.0", "vimeo/psalm": "^6.10", "psr/container": "^1.1.2 || ^2.0.2" },