Skip to content

Commit

Permalink
fix(ci): remove tests on highest composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lctrs committed May 25, 2023
1 parent 6ba1719 commit 9f6b44b
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 9f6b44b

Please sign in to comment.