diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4e09464..ecd42ab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: php-version: - - 7.2 - 7.3 - 7.4 - 8.0 @@ -142,7 +141,6 @@ jobs: fail-fast: false matrix: php-version: - - 7.2 - 7.3 - 7.4 - 8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e44e6e9..fb74e411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Support for PHP 7.3 will be removed in Emogrifier 8.0. ### Removed +- Drop support for PHP 7.2 (#1111) ### Fixed diff --git a/composer.json b/composer.json index a7e9a4e5..0f40829a 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ } ], "require": { - "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0", + "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0", "ext-dom": "*", "ext-libxml": "*", "sabberworm/php-css-parser": "^8.3.1",