Skip to content

Commit ad13512

Browse files
Merge pull request #3 from codenamephp/updateCi
Updated CI
2 parents fdb9967 + 8a7d33f commit ad13512

9 files changed

Lines changed: 76727 additions & 73985 deletions

File tree

.idea/runConfigurations/Run.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
3939
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
40-
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
40+
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
4141
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
4242
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4343
"ci-all": [

phive.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717
<phive xmlns="https://phar.io/phive">
18-
<phar name="phpunit" version="^9.0.1" installed="9.5.11" location="./tools/phpunit.phar" copy="true"/>
19-
<phar name="psalm" version="^4.0" installed="4.18.1" location="./tools/psalm" copy="true"/>
20-
<phar name="composer-unused" version="^0.7.1" installed="0.7.12" location="./tools/composer-unused" copy="true"/>
21-
<phar name="composer-require-checker" version="^4.0" installed="4.0.0" location="./tools/composer-require-checker" copy="true"/>
22-
<phar name="infection" version="^0.26" installed="0.26.1" location="./tools/infection" copy="true"/>
18+
<phar name="phpunit" version="^9.0.1" installed="9.5.21" location="./tools/phpunit.phar" copy="true"/>
19+
<phar name="psalm" version="^4.0" installed="4.25.0" location="./tools/psalm" copy="true"/>
20+
<phar name="composer-unused" version="^0.8" installed="0.8.2" location="./tools/composer-unused" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.0" installed="4.1.0" location="./tools/composer-require-checker" copy="true"/>
22+
<phar name="infection" version="^0.26" installed="0.26.13" location="./tools/infection" copy="true"/>
2323
</phive>

psalm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<psalm
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
totallyTyped="true"
2120
xmlns="https://getpsalm.org/schema/config"
2221
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
2322
cacheDirectory=".cache/psalm"

tools/composer-require-checker

979 Bytes
Binary file not shown.

tools/composer-unused

-1.3 MB
Binary file not shown.

tools/infection

-3.86 KB
Binary file not shown.

tools/phpunit.phar

Lines changed: 76708 additions & 73978 deletions
Large diffs are not rendered by default.

tools/psalm

319 KB
Binary file not shown.

0 commit comments

Comments
 (0)