Skip to content

Commit

Permalink
Stop PHP8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Nov 30, 2023
1 parent ba2420e commit a4d5933
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
# Lowest Deps
- php: 8.0
- php: 8.1
symfony-require: 5.4.*
composer-flags: '--prefer-stable --prefer-lowest'
# LTS with latest stable PHP
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove support of Symfony 4.x, 5.3 & < 6.3
- Add support for Symfony 7
- Remove support of PHP 7.4
- Remove support of PHP 7.4 & 8.0

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sort-packages": true
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"giggsey/libphonenumber-for-php": "^8.9",
"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/intl": "^5.4 || ^6.3 || ^7.0",
Expand Down

0 comments on commit a4d5933

Please sign in to comment.