From 74554cebe340a1fc7ca136a27247cea2f7e269ba Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 3 Mar 2023 11:39:10 +0100 Subject: [PATCH] chore: Add Nextcloud 27 support on master Signed-off-by: Joas Schilling --- .github/workflows/phpunit-mysql.yml | 2 +- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index bf3aaa5..5daad99 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -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: diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index c103a16..7f12248 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -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 }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 19a7a47..9ff3884 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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. ]]> - 1.6.0 + 1.7.0 agpl Arthur Schiwon LDAPContactsBackend @@ -31,7 +31,7 @@ Given that the configuration is correct, you and your users will be able to sear https://raw.githubusercontent.com/nextcloud/ldap_contacts_backend/master/screenshots/contactsmenu-with-action.png ldap - + OCA\LDAPContactsBackend\Command\Add