Skip to content

Commit

Permalink
Merge pull request #234 from nextcloud/update-stable27-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 27 on stable27
  • Loading branch information
blizzz authored Jul 11, 2023
2 parents 70e7c5a + 9f74e64 commit 766200f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1']
server-versions: ['master']
server-versions: ['stable27']

steps:
- name: Set app env
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.22",
"nextcloud/coding-standard": "^1.0",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable27"
},
"autoload-dev": {
"psr-4": {
Expand Down
62 changes: 55 additions & 7 deletions composer.lock

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

0 comments on commit 766200f

Please sign in to comment.