Skip to content

Commit

Permalink
Pin nextcloud/ocp to 26.0.2 for stable26 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi committed Jun 16, 2023
1 parent d9c54a5 commit f558c70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'v26.0.2' ]
php-version: [ '8.0', '8.1', '8.2' ]

name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"phpunit/phpcov": "8.2.*",
"nextcloud/coding-standard": "^1.0",
"vimeo/psalm": "^4.23",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "v26.0.2"
},
"config": {
"optimize-autoloader": true,
Expand Down
68 changes: 8 additions & 60 deletions composer.lock

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

0 comments on commit f558c70

Please sign in to comment.