Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 #2070

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0"
"php": "8.0.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this correct?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's required otherwise the nextcloud/OCP package can not be installed.
And yes server itself also requires 8.0.2 as it's required by symfony container package:
https://github.com/nextcloud/3rdparty/blob/b3d52b32c65999204aefeb85548f95c76391d632/composer.json#L11

}
},
"scripts": {
Expand All @@ -20,6 +20,6 @@
"nextcloud/coding-standard": "^1.0.0",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.15.0",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable28"
}
}
Loading
Loading