From 3934f1171cbf0a24a64c7b9a32f12652a281417d Mon Sep 17 00:00:00 2001 From: Sebastien Marinier Date: Wed, 23 Oct 2024 16:10:35 +0200 Subject: [PATCH] fix: psalm github actions Signed-off-by: Sebastien Marinier --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 96cd02e..3499ba6 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ocp-version: [ 'dev-stable27', 'dev-stable26', 'dev-stable25' ] + ocp-version: [ '28', '27', '26', '25'] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout