summaryrefslogtreecommitdiffstats
path: root/.github/workflows/psalm-matrix.yml
diff options
context:
space:
mode:
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: