From 45a063ab937421b1e8ee71151ffa8f3b12db5b46 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 14:38:08 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 29 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 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 33799c87..25e17ac8 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', '8.2'] + php-versions: ['8.0', '8.1', '8.2', '8.3'] server-versions: ['master'] services: diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index e40744d3..d9b9532e 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: ["main", "master", "stable27", "stable26", "stable25"] + branches: ["main", "master", "stable28", "stable27", "stable26"] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 9d26e802..2aa05144 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ It is also possible to add links only for a given language, device type or user More information is available in the External sites documentation.]]> - 5.3.1 + 5.4.0 agpl Joas Schilling @@ -34,7 +34,7 @@ More information is available in the External sites documentation.]]>https://github.com/nextcloud/external/raw/master/docs/page-sample.png - + diff --git a/package-lock.json b/package-lock.json index 5c4d2378..db59517b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "external", - "version": "4.2.0", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "external", - "version": "4.2.0", + "version": "5.4.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^2.1.0", diff --git a/package.json b/package.json index 2ecc7e17..a6d44e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "external", - "version": "4.2.0", + "version": "5.4.0", "private": true, "description": "", "author": "Joas Schilling ",