diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ee3895..5002a26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3'] dependencies: ['lowest', 'highest'] name: 'BlackBox' steps: @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3'] dependencies: ['lowest', 'highest'] name: 'Coverage' steps: @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3'] dependencies: ['lowest', 'highest'] name: 'Psalm' steps: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b64f36 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [Unreleased] + +### Removed + +- Support for PHP `8.1` diff --git a/composer.json b/composer.json index 80cf1a4..ebc9cb0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "issues": "http://github.com/innmind/di/issues" }, "require": { - "php": "~8.1" + "php": "~8.2" }, "autoload": { "psr-4": {