Skip to content

Commit

Permalink
Merge pull request #4 from codenamephp/update/php
Browse files Browse the repository at this point in the history
Drop PHP8.1
  • Loading branch information
bastianschwarz authored Jan 15, 2024
2 parents f7a5cd4 + 4ec769d commit e01f9a3
Show file tree
Hide file tree
Showing 9 changed files with 16,718 additions and 10,695 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
ci:
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
with:
php-versions: '["8.1","8.2","8.3"]'
php-versions: '["8.2","8.3"]'
1 change: 0 additions & 1 deletion .idea/deployer.secrets.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
~
-->
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.1.3"/>
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.5.7"/>
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.19.0"/>
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.8"/>
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.6.0"/>
<phar name="infection" version="^0.27" location="./tools/infection" copy="true" installed="0.27.0"/>
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.11"/>
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.8.0"/>
<phar name="infection" version="^0.27" location="./tools/infection" copy="true" installed="0.27.9"/>
</phive>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"codenamephp/deployer.base": "^3.0",
"codenamephp/platform.secretsmanager.base": "^1.0.1",
"deployer/deployer": "^7.2"
Expand Down
Binary file modified tools/composer-require-checker
Binary file not shown.
Binary file modified tools/composer-unused
Binary file not shown.
Binary file modified tools/infection
Binary file not shown.
27,396 changes: 16,710 additions & 10,686 deletions tools/phpunit.phar

Large diffs are not rendered by default.

0 comments on commit e01f9a3

Please sign in to comment.