From b6bf64b4b06e346c5450f320a24053a728cae1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:39:38 +0200 Subject: Update .github/workflows/static-analysis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: blizzz Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0ae3360..aab106f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ocp-version: ['dev-stable23', 'dev-stable24', 'dev-stable25', 'dev-master' ] + ocp-version: ['dev-stable24', 'dev-stable25', 'dev-master' ] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout -- cgit v1.2.3