aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-03-15 09:09:38 +0100
committerGitHub <noreply@github.com>2023-03-15 09:09:38 +0100
commit502534d9702340f269b2e90274b6945ad12fa01f (patch)
tree70b57f3169e226216fb371f84d6faed6a89c995c /.github
parentecd443c21ba4e90645d112d730048a3fad74e763 (diff)
parent3fea6829077fe1e05e57f4dbf9183f1d559f216f (diff)
downloadnextcloud-server-502534d9702340f269b2e90274b6945ad12fa01f.tar.gz
nextcloud-server-502534d9702340f269b2e90274b6945ad12fa01f.zip
Merge pull request #37222 from nextcloud/bugfix/noid/update-psalm-baseline-on-stable26
chore(psalm): Update psalm baseline also on stable26
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-psalm-baseline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index 1c0186f1ff7..464cc2d352e 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.github/workflows/update-psalm-baseline.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["master", "stable25", "stable24", "stable23"]
+ branches: ["master", "stable26", "stable25", "stable24", "stable23"]
name: update-psalm-baseline-${{ matrix.branches }}