diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2278a0..feba0f6 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.0', '8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3'] dependencies: ['lowest', 'highest'] name: 'PHPUnit' steps: @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['8.0', '8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3'] dependencies: ['lowest', 'highest'] name: 'Psalm' steps: @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['8.0'] + php-version: ['8.2'] name: 'CS' steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index ee494b2..2e63001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.2.0 - 2023-09-16 + +### Added + +- Support for `innmind/immutable` `5` + +### Removed + +- Support for PHP `8.0` and `8.1` + ## 3.1.0 - 2023-02-25 ### Changed diff --git a/composer.json b/composer.json index fc0e682..42c4d1e 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ "issues": "http://github.com/Innmind/IP/issues" }, "require": { - "php": "~8.0", - "innmind/immutable": "~4.1" + "php": "~8.2", + "innmind/immutable": "~4.1|~5.0" }, "autoload": { "psr-4": {