Skip to content

Commit 54594c2

Browse files
committed
Updated phar dependencies, increased timeout for infection, changed default branch for scheduled jobs
1 parent e3eab6a commit 54594c2

File tree

6 files changed

+189
-8
lines changed

6 files changed

+189
-8
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "5.x"
7+
- "6.x"
88
schedule:
99
- cron: '* 8 * * *'
1010

.github/workflows/static-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "5.x"
7+
- "6.x"
88
schedule:
99
- cron: '* 8 * * *'
1010

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "5.x"
7+
- "6.x"
88
schedule:
99
- cron: '* 8 * * *'
1010

.phive/phars.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="php-cs-fixer" version="^2.16.4" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/>
4-
<phar name="phpstan" version="^0.12.32" installed="0.12.32" location="./tools/phpstan" copy="true"/>
4+
<phar name="phpstan" version="^0.12.32" installed="0.12.52" location="./tools/phpstan" copy="true"/>
55
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
6-
<phar name="psalm" version="^3.12.2" installed="3.12.2" location="./tools/psalm" copy="true"/>
7-
<phar name="infection" version="^0.16.4" installed="0.16.4" location="./tools/infection" copy="true"/>
6+
<phar name="psalm" version="^3.12.2" installed="3.18.2" location="./tools/psalm" copy="true"/>
7+
<phar name="infection" version="^0.16.4" installed="0.18.2" location="./tools/infection" copy="true"/>
88
</phive>

0 commit comments

Comments
 (0)