From 9f6b44b845f57e9db79772cdf5bbf3f30631ca86 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Thu, 25 May 2023 13:49:42 +0200 Subject: [PATCH] fix(ci): remove tests on highest composer deps See https://github.com/laminas/laminas-ci-matrix-action/pull/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 1badf546..9b13d0a7 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -19,13 +19,10 @@ branches: - context: "Dependency Analysis (8.2, locked)" - context: "Mutation Tests (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 92c5907a..d6d7d27e 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -172,7 +172,6 @@ jobs: dependencies: - "lowest" - "locked" - - "highest" steps: - name: "Checkout"