mirror of https://github.com/sualko/cloud_bbb
chore: restrict tests from nc29
parent
a323308315
commit
1314d1a66a
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.0', '8.1', '8.2']
|
php-versions: ['8.0', '8.1', '8.2']
|
||||||
nextcloud-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'stable30']
|
nextcloud-versions: ['stable29', 'stable30']
|
||||||
exclude:
|
exclude:
|
||||||
- php-versions: '8.0'
|
- php-versions: '8.0'
|
||||||
nextcloud-versions: 'stable30'
|
nextcloud-versions: 'stable30'
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"friendsofphp/php-cs-fixer": "^3",
|
"friendsofphp/php-cs-fixer": "^3",
|
||||||
"nextcloud/coding-standard": "^1.1.0",
|
"nextcloud/coding-standard": "^1.1.0",
|
||||||
"phpstan/phpstan": "^0.12.29",
|
"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",
|
"vimeo/psalm": "^6.10",
|
||||||
"psr/container": "^1.1.2 || ^2.0.2"
|
"psr/container": "^1.1.2 || ^2.0.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue