chore: restrict tests from nc29

pull/322/head
Sebastien Marinier 2025-05-15 15:15:22 +02:00
parent a323308315
commit 1314d1a66a
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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"
},