Skip to content

Commit

Permalink
Drop unsupported versions of PHP
Browse files Browse the repository at this point in the history
This should allow us to do many breaking changes related to new features
of PHP.

I'm bumping to 8.1 and not higher for the sake of consistency with other
recent versions of Doctrine packages.
  • Loading branch information
greg0ire committed Jan 12, 2025
1 parent f058784 commit e7c6aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
php-versions: '["8.1", "8.2", "8.3", "8.4"]'
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^8.1",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"doctrine/doctrine-bundle": "^2.4",
Expand Down

0 comments on commit e7c6aca

Please sign in to comment.