From a6f2cee4aab1721e80dcd0da61a58ebf1f4b076a Mon Sep 17 00:00:00 2001 From: Lctrs Date: Wed, 10 Jan 2024 19:43:54 +0100 Subject: [PATCH] chore(ci): remove tests on highest composer deps See laminas/laminas-ci-matrix-action#197 for reasoning --- .github/settings.yml | 3 --- .github/workflows/integrate.yaml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 6a0891a6..fb7e99d4 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -17,13 +17,10 @@ branches: - context: "Coding Standards (8.2, locked)" - context: "Dependency Analysis (8.2, locked)" - context: "Static Code Analysis (8.2, locked)" - - context: "Tests (8.0, highest)" - context: "Tests (8.0, locked)" - context: "Tests (8.0, lowest)" - - context: "Tests (8.1, highest)" - context: "Tests (8.1, locked)" - context: "Tests (8.1, lowest)" - - context: "Tests (8.2, highest)" - context: "Tests (8.2, locked)" - context: "Tests (8.2, lowest)" strict: false diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c1f2420c..cc5a5314 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -172,7 +172,6 @@ jobs: dependencies: - "lowest" - "locked" - - "highest" steps: - name: "Checkout"