diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b50bfde5..8cb814a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: php-versions: - - "8.1" - "8.2" - "8.3" steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5017472c..c0fe32c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - allow usage with Symfony 7.x (#516) - add PHP 8.3 version in CI checks (#516) - update `actions/cache` to v4 (#520) +- drop support for PHP 8.1 (#520) ### Fixed - fix column count in CSV export (#497) - remove native names diff --git a/composer.json b/composer.json index 406a31b3..4f0cb25b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "ext-dom": "*", "ext-gettext": "*", - "php": ">=8.1", + "php": ">=8.2", "symfony/console": "~5.4|~6.4|~7.0", "symfony/yaml": "~5.4|~6.4|~7.0" }, diff --git a/composer.lock b/composer.lock index 6f91a025..12fb1a09 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "52b584d2b1de709b4968d0dcba349b76", + "content-hash": "e3cc37bfb37236e448e4f79fa3738e52", "packages": [ { "name": "psr/container", @@ -1459,7 +1459,7 @@ "platform": { "ext-dom": "*", "ext-gettext": "*", - "php": ">=8.1" + "php": ">=8.2" }, "platform-dev": [], "plugin-api-version": "2.6.0"