diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a4cf5820..0fbd342db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,8 +102,6 @@ jobs: fail-fast: false matrix: php-version: - - '7.3' - - '7.4' - '8.0' - '8.1' - '8.2' diff --git a/CHANGELOG.md b/CHANGELOG.md index d143b19ab..774a92309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Changed fluent setters to return static ### Deprecated ### Removed +- Removed support for PHP 7.3 and 7.4 ### Fixed - Fixed PHP 8.4 deprecations ### Updated APIs diff --git a/composer.json b/composer.json index 9efae1dbc..dee24ad86 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^8.0", "ext-json": ">=1.3.7", "ext-curl": "*", "ezimuel/ringphp": "^1.2.2",