Skip to content

Commit 3128ac4

Browse files
Merge pull request #19 from codenamephp/update/php
Drop PHP8.1
2 parents 156fb10 + f76e7ff commit 3128ac4

10 files changed

Lines changed: 23511 additions & 12612 deletions

File tree

.github/workflows/ci.yml

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

.idea/deployer.crontab.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: 1 addition & 1 deletion
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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"codenamephp/deployer.base": "^3.0",
1515
"codenamephp/deployer.command": "^1.0"
1616
},

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" location="./tools/phpunit.phar" copy="true" installed="10.0.16"/>
19+
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.5.8"/>
2020
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.20.0"/>
21-
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.7"/>
22-
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.5.0"/>
23-
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.19"/>
21+
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.11"/>
22+
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.8.0"/>
23+
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.21"/>
2424
</phive>

test/phpunit.dist.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@
1515
~ limitations under the License.
1616
~
1717
-->
18-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
20-
colors="true"
21-
bootstrap="./../vendor/autoload.php"
22-
cacheDirectory="../.cache/phpunit"
18+
<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"
2324
>
24-
<coverage>
25-
<include>
26-
<directory suffix=".php">./../src</directory>
27-
</include>
28-
</coverage>
2925
<testsuites>
3026
<testsuite name="all">
3127
<directory>.</directory>
@@ -34,4 +30,9 @@
3430
<php>
3531
<ini name="date.timezone" value="Europe/Berlin"/>
3632
</php>
33+
<source>
34+
<include>
35+
<directory suffix=".php">./../src</directory>
36+
</include>
37+
</source>
3738
</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.

tools/phpunit.phar

Lines changed: 23493 additions & 12594 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)