Skip to content

Commit

Permalink
Merge pull request #657 from ergebnis/feature/synchronize
Browse files Browse the repository at this point in the history
Enhancement: Synchronize with ergebnis/php-library-template
  • Loading branch information
ergebnis-bot committed Jan 2, 2021
2 parents 7ab9cf2 + f1b6bfb commit df9f513
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ branches:
required_approving_review_count: 1
required_status_checks:
contexts:
- "Code Coverage (7.4, locked)"
- "Code Coverage (7.2, locked)"
- "Coding Standards (7.2, locked)"
- "Compile Phar (7.4, locked)"
- "Dependency Analysis (7.4, locked)"
- "Static Code Analysis (7.4, locked)"
- "Static Code Analysis (7.4, locked)"
- "Compile Phar (7.2, locked)"
- "Dependency Analysis (7.2, locked)"
- "Static Code Analysis (7.2, locked)"
- "Tests (7.2, 1, highest)"
- "Tests (7.2, 1, locked)"
- "Tests (7.2, 1, lowest)"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "7.2"

dependencies:
- "locked"
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "7.2"

dependencies:
- "locked"
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "7.2"

dependencies:
- "locked"
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "7.2"

dependencies:
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "7.2"

dependencies:
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "7.2"

steps:
- name: "Checkout"
Expand Down

0 comments on commit df9f513

Please sign in to comment.