summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-06-10 08:46:49 -0100
committerGitHub <noreply@github.com>2023-06-10 08:46:49 -0100
commit013ed4e8319cc2334e33816af1ff29237b493ac0 (patch)
tree4a52864a986b99f571c8622876c2aa2038c5680a
parentedf57e9233ff4156ac1a1613c13e5cbd34be256d (diff)
parent36380b7e07b8d054669a1f9bbb07c6a698cfae77 (diff)
Merge pull request #1618 from nextcloud/update-master-version
chore: Add Nextcloud 27 support
-rw-r--r--.github/workflows/psalm.yml5
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 7be48f26..771b6107 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -20,6 +20,11 @@ concurrency:
jobs:
static-analysis:
runs-on: ubuntu-latest
+ strategy:
+ # do not stop on another job's failure
+ fail-fast: false
+ matrix:
+ ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]
name: Nextcloud
steps:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ea95835c..e7f870d8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -35,7 +35,7 @@
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>
- <nextcloud min-version="27" max-version="27"/>
+ <nextcloud min-version="26" max-version="27"/>
</dependencies>
<background-jobs>