Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix(info.xml, ci): Drop nc 28
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Feb 29, 2024
1 parent 8b19e65 commit 7e446f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
server-versions: [ 'dev-master', 'dev-stable28' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
server-versions: [ 'dev-master' ]

name: Nextcloud
steps:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
<bugs>https://github.com/nextcloud/translate/issues</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/translate/main/screenshots/Logo.png</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="29"/>
<nextcloud min-version="29" max-version="29"/>
</dependencies>

<repair-steps>
Expand Down

0 comments on commit 7e446f2

Please sign in to comment.