diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-15 08:13:13 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-15 08:13:13 +0100 |
commit | 3fea6829077fe1e05e57f4dbf9183f1d559f216f (patch) | |
tree | 711af265dcf7df3ea132c7ace0f6cb9cd6240ca3 /.github/workflows/update-psalm-baseline.yml | |
parent | 01d58b6f12458c2dcecf44693f676feff742b38c (diff) | |
download | nextcloud-server-3fea6829077fe1e05e57f4dbf9183f1d559f216f.tar.gz nextcloud-server-3fea6829077fe1e05e57f4dbf9183f1d559f216f.zip |
chore(CI): Update psalm baseline on stable26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/update-psalm-baseline.yml')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 8b515d3eea7..d75e2ea3689 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable25", "stable24", "stable23"] + branches: ["master", "stable26", "stable25", "stable24", "stable23"] name: update-psalm-baseline-${{ matrix.branches }} |