Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The example above also has an [annotated and production ready version here](docs

## Installation

Pester runs on Windows, Linux, MacOS and anywhere else thanks to PowerShell. It is compatible with Windows PowerShell 5.1 and PowerShell 7.2 and newer.
Pester runs on Windows, Linux, MacOS and anywhere else thanks to PowerShell. It is compatible with Windows PowerShell 5.1 and PowerShell 7.4 and newer.

Pester 3 comes pre-installed with Windows 10, but we recommend updating, by running this PowerShell command _as administrator_:

Expand Down
6 changes: 3 additions & 3 deletions docs/6.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ real-world testing before the final release. Pester 6 builds on the v5 runtime (
configuration object, the rich result object) and focuses on a brand new assertion syntax, faster
code coverage, and an experimental parallel runner.

Pester 6 runs on **Windows PowerShell 5.1** and **PowerShell 7.2+**.
Pester 6 runs on **Windows PowerShell 5.1** and **PowerShell 7.4+**.

- [What's new?](#whats-new)
- [New `Should-*` assertions](#new-should--assertions)
Expand Down Expand Up @@ -369,7 +369,7 @@ still change before it is declared stable.
Support for **PowerShell 3, 4, 6, and early/unsupported 7** has been removed — all of these are out
of support from Microsoft. Dropping them let us delete a large amount of compatibility code, move the
C# to **.NET 8** (with net462 for Windows PowerShell 5.1), and modernize the runtime. Pester 6
targets **Windows PowerShell 5.1** and **PowerShell 7.2+**.
targets **Windows PowerShell 5.1** and **PowerShell 7.4+**.

### Richer failure messages and output

Expand Down Expand Up @@ -414,7 +414,7 @@ targets **Windows PowerShell 5.1** and **PowerShell 7.2+**.
## Breaking changes

- **PowerShell 3, 4, 6, and unsupported 7 are no longer supported.** Minimum is Windows PowerShell
5.1 / PowerShell 7.2+.
5.1 / PowerShell 7.4+.
- **Discovery and run now happen per file** instead of discovering every file up front and then
running everything. It is invisible for self-contained files, but discovery-time side effects (for
example a module imported at the top of one file) no longer carry into another file's discovery.
Expand Down
Loading