Skip to content

Commit

Permalink
Merge pull request #72 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
chore: Add Nextcloud 27 support on master
  • Loading branch information
blizzz authored Mar 16, 2023
2 parents da04980 + 74554ce commit 9905f8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable25", "stable24"]
branches: ["master", "stable26", "stable25", "stable24"]

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Where $ADDRESSBOOKNAME is a name you like to identify the virtual addressbook wi
Given that the configuration is correct, you and your users will be able to search through the LDAP contacts via the global contacts menu. An import action allows to copy the contact over to the best fitting existing addressbook. A redirect takes you the contacts app with the newly created card open.
]]></description>
<version>1.6.0</version>
<version>1.7.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>LDAPContactsBackend</namespace>
Expand All @@ -31,7 +31,7 @@ Given that the configuration is correct, you and your users will be able to sear
<screenshot>https://raw.githubusercontent.com/nextcloud/ldap_contacts_backend/master/screenshots/contactsmenu-with-action.png</screenshot>
<dependencies>
<lib>ldap</lib>
<nextcloud min-version="26" max-version="26"/>
<nextcloud min-version="27" max-version="27"/>
</dependencies>
<commands>
<command>OCA\LDAPContactsBackend\Command\Add</command>
Expand Down

0 comments on commit 9905f8e

Please sign in to comment.