Skip to content

Commit

Permalink
Merge pull request #270 from nextcloud/update-stable28-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
  • Loading branch information
nickvergessen authored Nov 23, 2023
2 parents 0260c4e + 472c211 commit 4f664fb
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 1,273 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
"vimeo/psalm": "^5.6.0",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable28"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.4"
"php": "8.0.2"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 4f664fb

Please sign in to comment.