From ea1cdfd0ce73b0f175fed58458238a45f143eae9 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 17 Feb 2025 13:46:18 +0100 Subject: [PATCH] fixup! ci: Test stable4.2 against server stable31, not master Signed-off-by: Christoph Wurst --- .github/workflows/psalm-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml index 92d94d1ae7..9a338e1149 100644 --- a/.github/workflows/psalm-matrix.yml +++ b/.github/workflows/psalm-matrix.yml @@ -21,7 +21,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - ocp-version: [ 'stable30', 'dev-stable31' ] + ocp-version: [ 'dev-stable30', 'dev-stable31' ] name: static-psalm-analysis ${{ matrix.ocp-version }} steps: