Skip to content

Commit

Permalink
Merge pull request #839 from Lctrs/fix/ci/no-highest
Browse files Browse the repository at this point in the history
fix(ci): remove tests on highest composer deps
  • Loading branch information
Lctrs authored May 25, 2023
2 parents 6ba1719 + 9f6b44b commit ae0d387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ jobs:
dependencies:
- "lowest"
- "locked"
- "highest"

steps:
- name: "Checkout"
Expand Down

0 comments on commit ae0d387

Please sign in to comment.