opsdash-app/.github/ci-matrix.json
blade34242 110dc428ee
Some checks failed
Nextcloud Server Tests / version-consistency (push) Successful in 26s
Nextcloud Server Tests / matrix-config (push) Successful in 28s
Nextcloud Server Tests / Nextcloud stable30 / PHP 8.2 (stable30, 8.2) (push) Successful in 4m10s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.2 (stable31, 8.2) (push) Successful in 4m31s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.3 (stable31, 8.3) (push) Successful in 4m29s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.2 (stable32, 8.2) (push) Successful in 4m26s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.3 (stable32, 8.3) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.2 (stable33, 8.2) (push) Has been cancelled
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.3 (stable33, 8.3) (push) Has been cancelled
feat: add nextcloud 33 support
2026-04-23 16:05:44 +07:00

9 lines
542 B
JSON

[
{ "nextcloud_branch": "stable30", "php_version": "8.2", "enabled": true },
{ "nextcloud_branch": "stable31", "php_version": "8.2", "enabled": true },
{ "nextcloud_branch": "stable31", "php_version": "8.3", "enabled": true },
{ "nextcloud_branch": "stable32", "php_version": "8.2", "enabled": true },
{ "nextcloud_branch": "stable32", "php_version": "8.3", "enabled": true },
{ "nextcloud_branch": "stable33", "php_version": "8.2", "enabled": true },
{ "nextcloud_branch": "stable33", "php_version": "8.3", "enabled": true }
]