Skip to content

Commit

Permalink
Drop support for 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 Aug 1, 2024
1 parent de15ee1 commit f413142
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
php-versions: [ '8.1' ]
server-versions: [ 'master', 'stable28', 'stable27', 'stable26' ]
server-versions: [ 'master', 'stable29', 'stable28' ]

name: Integration test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "8.0", "8.1", "8.2" ]
php-versions: [ "8.0", "8.1", "8.2", "8.3" ]

name: php-lint

Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2' ]
server-versions: ['dev-master', '27.x', '26.x']
php-versions: [ '8.1', '8.2', '8.3' ]
server-versions: ['dev-master', 'dev-stable29', 'dev-stable28']
include:
- php-versions: '8.0'
server-versions: '27.x'
server-versions: 'dev-stable28'
- php-versions: '8.0'
server-versions: '26.x'
- php-versions: '8.3'
server-versions: 'dev-master'
server-versions: 'dev-stable29'
fail-fast: false

name: Nextcloud
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<bugs>https://github.com/nextcloud/integration_dropbox/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_dropbox/raw/master/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="29"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
<commands>
<command>OCA\Dropbox\Command\StartImport</command>
Expand Down

0 comments on commit f413142

Please sign in to comment.