Skip to content

Commit

Permalink
Update Scrutinizer to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgaber committed Feb 23, 2022
1 parent 43585af commit 33124b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ build:
nodes:
analysis:
requires:
- branch: /^(master)|(release)/i
- branch: /^(main)|(release)/i
tests:
override: [php-scrutinizer-run]
coverage:
requires:
- branch: /^(master)|(release)/i
- branch: /^(main)|(release)/i
tests:
override:
- command: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover coverage/clover.xml
Expand Down

0 comments on commit 33124b4

Please sign in to comment.