Skip to content

Commit 042355a

Browse files
Merge pull request #12 from codenamephp/update/php
Drop PHP8.1
2 parents 291b271 + 36d3fa6 commit 042355a

File tree

10 files changed

+21618
-13043
lines changed

10 files changed

+21618
-13043
lines changed

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

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.8" 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: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@
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>
29-
<testsuites>
30-
<testsuite name="all">
31-
<directory>.</directory>
32-
</testsuite>
33-
</testsuites>
34-
<php>
35-
<ini name="date.timezone" value="Europe/Berlin"/>
36-
</php>
25+
<testsuites>
26+
<testsuite name="all">
27+
<directory>.</directory>
28+
</testsuite>
29+
</testsuites>
30+
<php>
31+
<ini name="date.timezone" value="Europe/Berlin"/>
32+
</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.

0 commit comments

Comments
 (0)