diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:34:27 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:34:27 +0200 |
commit | 9a7870bce6d13330942f8145a58020bfefe0a647 (patch) | |
tree | 31e7c51368b7817e17106e291ae6889de8ac1ce3 /.github/workflows/update-psalm-baseline.yml | |
parent | cf0a59eaf400e6fad05f53828486402dd868b35d (diff) | |
download | nextcloud-server-9a7870bce6d13330942f8145a58020bfefe0a647.tar.gz nextcloud-server-9a7870bce6d13330942f8145a58020bfefe0a647.zip |
chore(CI): Update psalm baseline also on stable27
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 6f70d2ff978..20056b45631 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", "stable26", "stable25", "stable24", "stable23"] + branches: ["master", "stable27", "stable26", "stable25"] name: update-psalm-baseline-${{ matrix.branches }} |