summaryrefslogtreecommitdiffstats
path: root/.github/workflows/psalm-matrix.yml
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-05-25 20:23:57 -0100
committerGitHub <noreply@github.com>2023-05-25 20:23:57 -0100
commitb5d0e55d186450313d7f13285d102e0719f278bc (patch)
treeff780068ef8b63a40eca1b3423073cc70bc18873 /.github/workflows/psalm-matrix.yml
parent81f21690afe2b64b297d326027eefe451468ff24 (diff)
parent3b479e560fe5e67158604253b6c40a5d98413294 (diff)
Merge pull request #1767 from nextcloud/releases/0.6.0v0.6.0
0.6.0
Diffstat (limited to '.github/workflows/psalm-matrix.yml')
-rw-r--r--.github/workflows/psalm-matrix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml
index 1bb33f3b..bd53ca59 100644
--- a/.github/workflows/psalm-matrix.yml
+++ b/.github/workflows/psalm-matrix.yml
@@ -24,7 +24,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- ocp-version: [ 'dev-master', 'dev-stable25' ]
+ ocp-version: [ 'dev-master', 'dev-stable27' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps: