Skip to content

Commit a773a24

Browse files
Merge pull request #10 from codenamephp/update/php
Drop PHP 8.1
2 parents cfb7a77 + eb0432e commit a773a24

10 files changed

Lines changed: 23509 additions & 12611 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
ci:
2020
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
22-
php-versions: '["8.1", "8.2","8.3"]'
22+
php-versions: '["8.2","8.3"]'

.idea/deployer.flow.iml

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

.idea/php.xml

Lines changed: 4 additions & 4 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
@@ -12,7 +12,7 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"php": "^8.1",
15+
"php": "^8.2",
1616
"codenamephp/deployer.base": "1 - 3",
1717
"codenamephp/deployer.command": "^1.0"
1818
},

phive.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
~
1717
-->
1818
<phive xmlns="https://phar.io/phive">
19-
<phar name="phpunit" version="^10.0" installed="10.0.16" location="./tools/phpunit.phar" copy="true"/>
19+
<phar name="phpunit" version="^10.0" installed="10.5.8" location="./tools/phpunit.phar" copy="true"/>
2020
<phar name="psalm" version="^5.0" installed="5.20.0" location="./tools/psalm" copy="true"/>
21-
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
22-
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
23-
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>
21+
<phar name="composer-unused" version="^0.8" installed="0.8.11" location="./tools/composer-unused" copy="true"/>
22+
<phar name="composer-require-checker" version="^4.0" installed="4.8.0" location="./tools/composer-require-checker" copy="true"/>
23+
<phar name="infection" version="^0.26" installed="0.26.21" location="./tools/infection" copy="true"/>
2424
</phive>

test/phpunit.dist.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@
1616
-->
1717
<phpunit
1818
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
19+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
2020
colors="true"
2121
bootstrap="./../vendor/autoload.php"
2222
cacheDirectory="../.cache/phpunit"
2323
>
24-
<coverage>
25-
<include>
26-
<directory suffix=".php">./../src</directory>
27-
</include>
28-
</coverage>
2924
<testsuites>
3025
<testsuite name="all">
3126
<directory>.</directory>
@@ -34,4 +29,9 @@
3429
<php>
3530
<ini name="date.timezone" value="Europe/Berlin"/>
3631
</php>
32+
<source>
33+
<include>
34+
<directory suffix=".php">./../src</directory>
35+
</include>
36+
</source>
3737
</phpunit>

tools/composer-require-checker

11.6 KB
Binary file not shown.

tools/composer-unused

3.28 MB
Binary file not shown.

tools/infection

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)