Skip to content

Commit

Permalink
Merge pull request #8483 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 28 support
  • Loading branch information
GretaD committed May 19, 2023
2 parents 2edd6a2 + 6cc4d93 commit 18cf896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-master', 'dev-stable26' ]
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]

name: Nextcloud ${{ matrix.ocp-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.2" />
<nextcloud min-version="26" max-version="27" />
<nextcloud min-version="26" max-version="28" />
</dependencies>
<background-jobs>
<job>OCA\Mail\BackgroundJob\CleanupJob</job>
Expand Down

0 comments on commit 18cf896

Please sign in to comment.