Skip to content

Commit

Permalink
Drop support for Nextclod < 28
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 3, 2024
1 parent 83d9212 commit f3c9af7
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/floccus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
matrix:
node-version: [20.x]
npm-version: [10.x]
server-version: ['27']
server-version: ['28']
floccus-branch: ['master', 'develop']
floccus-adapter:
- nextcloud-bookmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
server-versions: ['master']
server-versions: ['stable28']

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
server-versions: ['master']
server-versions: ['stable28']

services:
postgres:
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,8 @@ jobs:

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

steps:
- name: Set app env
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2' ]
server-versions: [ 'v26.x.x', 'v27.1.x', 'dev-stable28', 'dev-master' ]
include:
- php-versions: '8.0'
server-versions: 'v26.x.x'
- php-versions: '8.0'
server-versions: 'v27.1.x'
- php-versions: '8.3'
server-versions: 'dev-stable28'
- php-versions: '8.3'
server-versions: 'dev-master'
php-versions: [ '8.0', '8.1', '8.2' ]
server-versions: [ 'v28.x' ]


name: Nextcloud ${{ matrix.server-versions }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['stable26']
server-versions: ['stable28']

name: Repair step on ${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['stable26']
prev-version: ['stable12']
server-versions: ['stable28']
prev-version: ['stable13']

name: Update from ${{ matrix.prev-version }} on ${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements:
- mbstring: *
- when using MySQL, use at least v8.0
]]></description>
<version>13.1.3</version>
<version>14.0.0-alpha.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
Expand All @@ -41,7 +41,7 @@ Requirements:
<database>pgsql</database>
<lib>intl</lib>
<lib>mbstring</lib>
<nextcloud min-version="26" max-version="29" />
<nextcloud min-version="28" max-version="28" />
</dependencies>
<background-jobs>
<job>OCA\Bookmarks\BackgroundJobs\CrawlJob</job>
Expand Down

0 comments on commit f3c9af7

Please sign in to comment.