Skip to content

Commit

Permalink
Merge pull request #85 from driehle/drop-php80
Browse files Browse the repository at this point in the history
Drop PHP 8.0
  • Loading branch information
driehle authored Nov 28, 2024
2 parents 81ee812 + c878ebd commit 7bf64f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-versions: '["8.0", "8.1", "8.2", "8.3"]'
php-versions: '["8.1", "8.2", "8.3"]'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rss": "https://github.com/doctrine/doctrine-laminas-hydrator/releases.atom"
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-ctype": "*",
"doctrine/collections": "^1.8.0 || ^2.0.0",
"doctrine/inflector": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<arg name="cache" value=".phpcs.cache"/>
<arg name="colors"/>

<!-- set minimal required PHP version (8.0) -->
<config name="php_version" value="80000"/>
<!-- set minimal required PHP version (8.1) -->
<config name="php_version" value="80100"/>

<!-- Ignore warnings, show progress of the run and show sniff names -->
<arg value="nps"/>
Expand Down

0 comments on commit 7bf64f3

Please sign in to comment.