From 75df054b6ea6031a403c933bfcf3ddf0b83f4634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Sat, 4 Jan 2025 17:10:03 +0100 Subject: [PATCH 1/3] feat: Support Nextcloud 30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- appinfo/info.xml | 5 +++-- composer.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3885261..588ae8d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -24,8 +24,9 @@ https://raw.githubusercontent.com/mcmic/workflow_kitinerary/master/screenshots/calendar.png - - + + + caldav diff --git a/composer.json b/composer.json index 24d65ff..fb4a591 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "config": { "platform": { - "php": "8.0.2" + "php": "8.1" } }, "autoload-dev": { From 66c8d0743b495e220fd9da8a2c184feacef1279b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Sat, 4 Jan 2025 17:13:02 +0100 Subject: [PATCH 2/3] chore: Adapt lint-php CI step to drop PHP 8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/lint-php.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 36b999e..f266889 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -2,6 +2,9 @@ # # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization +# +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: MIT name: Lint php @@ -25,16 +28,18 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2', '8.3' ] + php-versions: [ '8.1', '8.2', '8.3' ] name: php-lint steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 with: php-version: ${{ matrix.php-versions }} extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite From 28df1899d410a31dad39b48fcbf62f4265f47a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Sat, 4 Jan 2025 18:42:02 +0100 Subject: [PATCH 3/3] chore: Drop Nextcloud 25 and 26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid keeping too many versions to avoid breaking stuff Signed-off-by: Côme Chilliet --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 588ae8d..9968ead 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ - + caldav