summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-17 15:56:25 +0200
committerMaxence Lange <maxence@artificial-owl.com>2023-06-09 17:23:13 -0100
commitee74991b3f339f76bdcf92df1491f21369922fe3 (patch)
tree547aef8edf3c35b7d09f7983ccad5c74dd655452
parentedf57e9233ff4156ac1a1613c13e5cbd34be256d (diff)
feat(deps): Add Nextcloud 28 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/psalm.yml8
-rw-r--r--appinfo/info.xml4
2 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 7be48f26..bfe90900 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -20,6 +20,14 @@ concurrency:
jobs:
static-analysis:
runs-on: ubuntu-latest
+<<<<<<< master:.github/workflows/psalm.yml
+=======
+ strategy:
+ # do not stop on another job's failure
+ fail-fast: false
+ matrix:
+ ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26', 'dev-stable25' ]
+>>>>>>> feat(deps): Add Nextcloud 28 support:.github/workflows/psalm-matrix.yml
name: Nextcloud
steps:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ea95835c..79d7b9d7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -35,7 +35,11 @@
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>
+<<<<<<< master
<nextcloud min-version="27" max-version="27"/>
+=======
+ <nextcloud min-version="25" max-version="27"/>
+>>>>>>> feat(deps): Add Nextcloud 28 support
</dependencies>
<background-jobs>