Skip to content

Commit a3883fa

Browse files
Merge pull request #12 from codenamephp/update/php
PHPUnit 8.2
2 parents 266c2e5 + c63c61f commit a3883fa

10 files changed

Lines changed: 21610 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.npm.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
@@ -15,9 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717
<phive xmlns="https://phar.io/phive">
18-
<phar name="phpunit" version="^10.0" installed="10.0.15" location="./tools/phpunit.phar" copy="true"/>
18+
<phar name="phpunit" version="^10.0" installed="10.5.6" location="./tools/phpunit.phar" copy="true"/>
1919
<phar name="psalm" version="^5.0" installed="5.19.0" location="./tools/psalm" copy="true"/>
20-
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
21-
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
22-
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>
20+
<phar name="composer-unused" version="^0.8" installed="0.8.11" location="./tools/composer-unused" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.0" installed="4.8.0" location="./tools/composer-require-checker" copy="true"/>
22+
<phar name="infection" version="^0.26" installed="0.26.21" location="./tools/infection" copy="true"/>
2323
</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: 21590 additions & 13015 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)