Skip to content

Commit

Permalink
Merge pull request #13 from codenamephp/update/php
Browse files Browse the repository at this point in the history
Drop PHP8.1
  • Loading branch information
bastianschwarz committed Jan 18, 2024
2 parents 97f2dac + cbe9857 commit e1185ec
Show file tree
Hide file tree
Showing 10 changed files with 21,607 additions and 13,035 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,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.composer.iml

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

6 changes: 3 additions & 3 deletions .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 @@ -11,7 +11,7 @@
],
"prefer-stable": true,
"require": {
"php": "^8.1",
"php": "^8.2",
"codenamephp/deployer.base": "1 - 3",
"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" installed="10.0.15" location="./tools/phpunit.phar" copy="true"/>
<phar name="phpunit" version="^10.0" installed="10.5.7" location="./tools/phpunit.phar" copy="true"/>
<phar name="psalm" version="^5.0" installed="5.19.1" location="./tools/psalm" copy="true"/>
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>
<phar name="composer-unused" version="^0.8" installed="0.8.11" location="./tools/composer-unused" copy="true"/>
<phar name="composer-require-checker" version="^4.0" installed="4.8.0" location="./tools/composer-require-checker" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.21" location="./tools/infection" copy="true"/>
</phive>
20 changes: 10 additions & 10 deletions test/phpunit.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@
~
-->
<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"
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 @@ -35,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.
Loading

0 comments on commit e1185ec

Please sign in to comment.