Skip to content

Commit

Permalink
[TASK] Drop support for PHP 7.2 (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Sep 16, 2021
1 parent aa72d54 commit 9cd1e60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- 7.2
- 7.3
- 7.4
- 8.0
Expand Down Expand Up @@ -142,7 +141,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- 7.2
- 7.3
- 7.4
- 8.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9cd1e60

Please sign in to comment.