Browse Source

chore(CI): Update psalm baseline also on stable27

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v28.0.0beta1
Joas Schilling 1 year ago
parent
commit
9a7870bce6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/update-psalm-baseline.yml

+ 1
- 1
.github/workflows/update-psalm-baseline.yml View File

@@ -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 }}


Loading…
Cancel
Save