Skip to content

Commit

Permalink
Merge pull request #19 from codenamephp/update/php
Browse files Browse the repository at this point in the history
Drop PHP8.1
  • Loading branch information
bastianschwarz authored Jan 20, 2024
2 parents 156fb10 + f76e7ff commit 3128ac4
Show file tree
Hide file tree
Showing 10 changed files with 23,511 additions and 12,612 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
ci:
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
with:
php-versions: '["8.1","8.2","8.3"]'
php-versions: '["8.2","8.3"]'
1 change: 0 additions & 1 deletion .idea/deployer.crontab.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"codenamephp/deployer.base": "^3.0",
"codenamephp/deployer.command": "^1.0"
},
Expand Down
8 changes: 4 additions & 4 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="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.0.16"/>
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.5.8"/>
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.20.0"/>
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.7"/>
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.5.0"/>
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.19"/>
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.11"/>
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.8.0"/>
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.21"/>
</phive>
21 changes: 11 additions & 10 deletions test/phpunit.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
~ limitations under the License.
~
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
colors="true"
bootstrap="./../vendor/autoload.php"
cacheDirectory="../.cache/phpunit"
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
colors="true"
bootstrap="./../vendor/autoload.php"
cacheDirectory="../.cache/phpunit"
>
<coverage>
<include>
<directory suffix=".php">./../src</directory>
</include>
</coverage>
<testsuites>
<testsuite name="all">
<directory>.</directory>
Expand All @@ -34,4 +30,9 @@
<php>
<ini name="date.timezone" value="Europe/Berlin"/>
</php>
<source>
<include>
<directory suffix=".php">./../src</directory>
</include>
</source>
</phpunit>
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.
36,087 changes: 23,493 additions & 12,594 deletions tools/phpunit.phar

Large diffs are not rendered by default.

0 comments on commit 3128ac4

Please sign in to comment.