Skip to content

Commit

Permalink
Merge pull request #1056 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
susnux committed Nov 23, 2023
2 parents a8adf7f + 7265595 commit 876a037
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master']
server-versions: ['stable28']
include:
- php-versions: '8.2'
coverage: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "AGPLv3",
"require-dev": {
"nextcloud/coding-standard": "v1.1.1",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable28",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.15"
},
Expand Down
19 changes: 9 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 876a037

Please sign in to comment.