Skip to content

Commit

Permalink
Updated phar dependencies, increased timeout for infection, changed d…
Browse files Browse the repository at this point in the history
…efault branch for scheduled jobs
  • Loading branch information
norberttech committed Oct 25, 2020
1 parent e3eab6a commit 54594c2
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "5.x"
- "6.x"
schedule:
- cron: '* 8 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "5.x"
- "6.x"
schedule:
- cron: '* 8 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "5.x"
- "6.x"
schedule:
- cron: '* 8 * * *'

Expand Down
6 changes: 3 additions & 3 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^2.16.4" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/>
<phar name="phpstan" version="^0.12.32" installed="0.12.32" location="./tools/phpstan" copy="true"/>
<phar name="phpstan" version="^0.12.32" installed="0.12.52" location="./tools/phpstan" copy="true"/>
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
<phar name="psalm" version="^3.12.2" installed="3.12.2" location="./tools/psalm" copy="true"/>
<phar name="infection" version="^0.16.4" installed="0.16.4" location="./tools/infection" copy="true"/>
<phar name="psalm" version="^3.12.2" installed="3.18.2" location="./tools/psalm" copy="true"/>
<phar name="infection" version="^0.16.4" installed="0.18.2" location="./tools/infection" copy="true"/>
</phive>
Loading

0 comments on commit 54594c2

Please sign in to comment.