From 3fea6829077fe1e05e57f4dbf9183f1d559f216f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 15 Mar 2023 08:13:13 +0100 Subject: [PATCH] chore(CI): Update psalm baseline on stable26 Signed-off-by: Joas Schilling --- .github/workflows/update-psalm-baseline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.39.5