Skip to content

Commit

Permalink
chore(ci): remove tests on highest composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lctrs committed Jan 10, 2024
1 parent 2abd2cb commit a6f2cee
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 @@ -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
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 a6f2cee

Please sign in to comment.