Skip to content

Commit

Permalink
Merge pull request #291 from nextcloud/update-ocp-dependency
Browse files Browse the repository at this point in the history
feat: update dependency on branch stable28
  • Loading branch information
luka-nextcloud committed Jun 11, 2024
2 parents 2fe6be1 + d6269fe commit cac2e1e
Show file tree
Hide file tree
Showing 11 changed files with 473 additions and 1,666 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
server-versions: ['master']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['stable28']

steps:
- name: Set app env
Expand All @@ -53,7 +53,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, oci8, openssl, pcntl, pdo_sqlite, posix, sqlite, xml, zip
coverage: none

- name: Check composer file existence
Expand Down
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": "^4.3.2",
"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 cac2e1e

Please sign in to comment.