Skip to content

Commit

Permalink
prepare release 9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 1, 2024
1 parent 50bf33e commit 7999b43
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 14 deletions.
20 changes: 20 additions & 0 deletions .changes/9.5.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

## 9.5.4 - 2024-11-01

> [!WARNING]
>
> Only versions 9.5.x or greater are now actively supported.
>
> Versions `9.1`, `9.2`, `9.3`, and `9.4` won't receive any updates as they reach end-of-life.
### Changed

Drop PHPUnit 10 support and upgrade to PHPUnit 11

- [#216](https://github.com/overtrue/phplint/issues/216) : PHPUnit 11 support

### Fixed

- [#215](https://github.com/overtrue/phplint/issues/215) : PHP 8.4 runtime support

**Full Changelog**: [9.5.3...9.5.4](https://github.com/overtrue/phplint/compare/9.5.3...9.5.4)
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 9.5.4 - 2024-11-01

> [!WARNING]
>
> Only versions 9.5.x or greater are now actively supported.
>
> Versions `9.1`, `9.2`, `9.3`, and `9.4` won't receive any updates as they reach end-of-life.
### Changed

Drop PHPUnit 10 support and upgrade to PHPUnit 11

- [#216](https://github.com/overtrue/phplint/issues/216) : PHPUnit 11 support

### Fixed

- [#215](https://github.com/overtrue/phplint/issues/215) : PHP 8.4 runtime support

**Full Changelog**: [9.5.3...9.5.4](https://github.com/overtrue/phplint/compare/9.5.3...9.5.4)

## 9.5.3 - 2024-10-11

### Fixed
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgit.luolix.top%2Fovertrue%2Fphplint.svg?type=shield)](https://app.fossa.io/projects/git%2Bgit.luolix.top%2Fovertrue%2Fphplint?ref=badge_shield)


| Version | Status | Requirements |
|:--------|:------------------------------------------|:---------------|
| **9.x** | **Active development** | **PHP >= 8.1** |
| 9.5 | Active support | PHP >= 8.2 |
| 9.4 | Active support | PHP >= 8.1 |
| 9.3 | Active support | PHP >= 8.1 |
| 9.2 | Active support | PHP >= 8.1 |
| 9.1 | Active support | PHP >= 8.1 |
| 9.0 | End Of Life | PHP >= 8.0 |
| 6.x | End Of Life | PHP >= 8.2 |
| 5.x | End Of Life | PHP >= 8.1 |
| 4.x | End Of Life | PHP >= 8.0 |
| 3.x | End Of Life | PHP >= 7.4 |
| Version | Status | Requirements |
|:--------|:-----------------------|:---------------|
| **9.x** | **Active development** | **PHP >= 8.2** |
| 9.5 | Active support | PHP >= 8.2 |
| 9.4 | End Of Life | PHP >= 8.1 |
| 9.3 | End Of Life | PHP >= 8.1 |
| 9.2 | End Of Life | PHP >= 8.1 |
| 9.1 | End Of Life | PHP >= 8.1 |
| 9.0 | End Of Life | PHP >= 8.0 |
| 6.x | End Of Life | PHP >= 8.2 |
| 5.x | End Of Life | PHP >= 8.1 |
| 4.x | End Of Life | PHP >= 8.0 |
| 3.x | End Of Life | PHP >= 7.4 |

**NOTE** if you have an older version of PHP lower than 8.0, we recommend to use the latest version [3.4.0](https://github.com/overtrue/phplint/releases/tag/3.4.0)

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Version | Status | Requirements |
|:--------|:------------------------------------------|:---------------|
| **9.x** | **Active development** | **PHP >= 8.0** |
| **9.x** | **Active development** | **PHP >= 8.2** |
| 6.x | End Of Life | PHP >= 8.2 |
| 5.x | End Of Life | PHP >= 8.1 |
| 4.x | End Of Life | PHP >= 8.0 |
Expand Down

0 comments on commit 7999b43

Please sign in to comment.