Skip to content

Commit

Permalink
add support for immutable 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 16, 2023
1 parent 9fa9b1e commit c3d7f6f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.0']
php-version: ['8.2']
name: 'CS'
steps:
- name: Checkout
Expand Down
10 changes: 10 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit c3d7f6f

Please sign in to comment.