Skip to content

Commit e1185ec

Browse files
Merge pull request #13 from codenamephp/update/php
Drop PHP8.1
2 parents 97f2dac + cbe9857 commit e1185ec

10 files changed

Lines changed: 21607 additions & 13035 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.composer.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: 3 additions & 3 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
@@ -11,7 +11,7 @@
1111
],
1212
"prefer-stable": true,
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.2",
1515
"codenamephp/deployer.base": "1 - 3",
1616
"codenamephp/deployer.command": "^1.0"
1717
},

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.15" location="./tools/phpunit.phar" copy="true"/>
19+
<phar name="phpunit" version="^10.0" installed="10.5.7" location="./tools/phpunit.phar" copy="true"/>
2020
<phar name="psalm" version="^5.0" installed="5.19.1" 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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@
1616
~
1717
-->
1818
<phpunit
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
21-
colors="true"
22-
bootstrap="./../vendor/autoload.php"
23-
cacheDirectory="../.cache/phpunit"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
21+
colors="true"
22+
bootstrap="./../vendor/autoload.php"
23+
cacheDirectory="../.cache/phpunit"
2424
>
25-
<coverage>
26-
<include>
27-
<directory suffix=".php">./../src</directory>
28-
</include>
29-
</coverage>
3025
<testsuites>
3126
<testsuite name="all">
3227
<directory>.</directory>
@@ -35,4 +30,9 @@
3530
<php>
3631
<ini name="date.timezone" value="Europe/Berlin"/>
3732
</php>
33+
<source>
34+
<include>
35+
<directory suffix=".php">./../src</directory>
36+
</include>
37+
</source>
3838
</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)