From 7999b43e4a898b8427959585e4960d71bedddb4e Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 1 Nov 2024 04:32:38 +0000 Subject: [PATCH] prepare release 9.5.4 --- .changes/9.5.4.md | 20 ++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 26 +++++++++++++------------- docs/installation.md | 2 +- 4 files changed, 54 insertions(+), 14 deletions(-) create mode 100644 .changes/9.5.4.md diff --git a/.changes/9.5.4.md b/.changes/9.5.4.md new file mode 100644 index 00000000..9531115b --- /dev/null +++ b/.changes/9.5.4.md @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c6edeb..8b1dbc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d2917e73..1db9a0c3 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,19 @@ [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fovertrue%2Fphplint.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%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) diff --git a/docs/installation.md b/docs/installation.md index 2bcd2f06..16f84acb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 |