Drop PHP 8.0, 8.1 is now minimum version

This commit is contained in:
Dylan K. Taylor
2023-05-17 13:53:57 +01:00
parent 5ad8016b99
commit 043350753b
7 changed files with 34 additions and 121 deletions

View File

@ -22,7 +22,6 @@
declare(strict_types=1);
const VERSIONS = [
"8.0",
"8.1",
"8.2"
];