Skip to content

Commit f9d3fb3

Browse files
committed
prepare release 9.7.2
1 parent d91ea08 commit f9d3fb3

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

.changes/9.7.2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
## 9.7.2 - 2026-06-03
3+
4+
### Fixed
5+
6+
- [#224](https://github.com/overtrue/phplint/issues/224) : Linting the very same file in different file-system locations should re-use a single cache file
7+
8+
Thanks to @StantonMatt for his contribution to fix this issue
9+
10+
- [#232](https://github.com/overtrue/phplint/issues/232) : Upgrade `Dockerfile` to use PHP 8.5 runtime
11+
12+
**Full Changelog**: [9.7.1...9.7.2](https://github.com/overtrue/phplint/compare/9.7.1...9.7.2)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 9.7.2 - 2026-06-03
11+
12+
### Fixed
13+
14+
- [#224](https://github.com/overtrue/phplint/issues/224) : Linting the very same file in different file-system locations should re-use a single cache file
15+
16+
Thanks to @StantonMatt for his contribution to fix this issue
17+
18+
- [#232](https://github.com/overtrue/phplint/issues/232) : Upgrade `Dockerfile` to use PHP 8.5 runtime
19+
20+
**Full Changelog**: [9.7.1...9.7.2](https://github.com/overtrue/phplint/compare/9.7.1...9.7.2)
21+
1022
## 9.7.1 - 2025-11-29
1123

1224
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Version | Status | Requirements |
1414
|:--------|:-----------------------|:---------------|
15-
| **9.x** | **Active development** | **PHP >= 8.1** |
15+
| **9.x** | **Active development** | **PHP >= 8.2** |
1616
| 9.7 | Active support | PHP >= 8.2 |
1717
| 9.6 | Active support | PHP >= 8.1 |
1818
| 9.5 | End Of Life | PHP >= 8.1 |

docs/usage/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ docker run --rm -t -v "${PWD}":/workdir overtrue/phplint:latest ./ --exclude=ven
66

77
> Please mount your source code to `/workdir` in the container.
88
9-
**IMPORTANT** : Docker image with `latest` tag use the PHP 8.4 runtime !
9+
**IMPORTANT** : Docker image with `latest` tag use the PHP 8.5 runtime !

0 commit comments

Comments
 (0)