Drop support for PHP 8.0

This commit is contained in:
Sebastian Bergmann 2022-03-30 17:54:14 +02:00
parent ae0f3fe197
commit e9ae83d9f9
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
3 changed files with 4 additions and 5 deletions

View File

@ -58,7 +58,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"

View File

@ -2,7 +2,7 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
## [5.0.0] - 2021-MM-DD
## [5.0.0] - 2022-MM-DD
### Changed
@ -10,7 +10,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
### Removed
* This component is no longer supported on PHP 7.3 and PHP 7.4
* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0
## [4.0.4] - 2021-11-11

View File

@ -28,7 +28,7 @@
],
"config": {
"platform": {
"php": "8.0.0"
"php": "8.1.0"
},
"optimize-autoloader": true,
"sort-packages": true
@ -36,7 +36,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-mbstring": "*",
"sebastian/recursion-context": "^5.0"
},