Skip to content

Commit 9f6b44b

Browse files
committed
fix(ci): remove tests on highest composer deps
See laminas/laminas-ci-matrix-action#197 for reasoning
1 parent 6ba1719 commit 9f6b44b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/settings.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ branches:
1919
- context: "Dependency Analysis (8.2, locked)"
2020
- context: "Mutation Tests (8.2, locked)"
2121
- context: "Static Code Analysis (8.2, locked)"
22-
- context: "Tests (8.0, highest)"
2322
- context: "Tests (8.0, locked)"
2423
- context: "Tests (8.0, lowest)"
25-
- context: "Tests (8.1, highest)"
2624
- context: "Tests (8.1, locked)"
2725
- context: "Tests (8.1, lowest)"
28-
- context: "Tests (8.2, highest)"
2926
- context: "Tests (8.2, locked)"
3027
- context: "Tests (8.2, lowest)"
3128
strict: false

.github/workflows/integrate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ jobs:
172172
dependencies:
173173
- "lowest"
174174
- "locked"
175-
- "highest"
176175

177176
steps:
178177
- name: "Checkout"

0 commit comments

Comments
 (0)