Skip to content

Commit

Permalink
Merge pull request #3 from codenamephp/updateCI
Browse files Browse the repository at this point in the history
Updated CI
  • Loading branch information
bastianschwarz authored Jul 31, 2022
2 parents f472069 + face962 commit 6ccd3d9
Show file tree
Hide file tree
Showing 9 changed files with 75,391 additions and 72,949 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
interval: "daily"

- package-ecosystem: "docker"
directory: "/"
directory: "/docker/application"
schedule:
interval: "daily"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"scripts": {
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
"ci-all": [
Expand Down
10 changes: 5 additions & 5 deletions phive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
~
-->
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^9.0.1" installed="9.5.13" location="./tools/phpunit.phar" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.18.1" location="./tools/psalm" copy="true"/>
<phar name="composer-unused" version="^0.7.1" installed="0.7.12" location="./tools/composer-unused" copy="true"/>
<phar name="composer-require-checker" version="^4.0" installed="4.0.0" location="./tools/composer-require-checker" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.2" location="./tools/infection" copy="true"/>
<phar name="phpunit" version="^9.0.1" installed="9.5.21" location="./tools/phpunit.phar" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.25.0" location="./tools/psalm" copy="true"/>
<phar name="composer-unused" version="^0.8" installed="0.8.2" location="./tools/composer-unused" copy="true"/>
<phar name="composer-require-checker" version="^4.0" installed="4.1.0" location="./tools/composer-require-checker" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.13" location="./tools/infection" copy="true"/>
</phive>
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<psalm
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
totallyTyped="true"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
cacheDirectory=".cache/psalm"
Expand Down
Binary file modified tools/composer-require-checker
Binary file not shown.
Binary file modified tools/composer-unused
Binary file not shown.
Binary file modified tools/infection
Binary file not shown.
148,325 changes: 75,384 additions & 72,941 deletions tools/phpunit.phar

Large diffs are not rendered by default.

Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 6ccd3d9

Please sign in to comment.