Skip to content

Commit a2905f5

Browse files
authored
docs: add Ubuntu 26.04 and Node.js 26.x to system requirements (#41283)
1 parent e25d571 commit a2905f5

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/src/intro-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ See our doc on [Running and Debugging Tests](./running-tests.md) to learn more a
285285

286286
- Playwright is distributed as a .NET Standard 2.0 library. We recommend .NET 8.
287287
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
288-
- macOS 14 Sonoma, or later.
289-
- Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
288+
- macOS 14 (Sonoma) or later.
289+
- Debian 12 / 13, Ubuntu 22.04 / 24.04 / 26.04 (x86-64 or arm64).
290290

291291
## What's next
292292

docs/src/intro-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ By default browsers launched with Playwright run headless, meaning no browser UI
130130

131131
- Java 8 or higher.
132132
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
133-
- macOS 14 Sonoma, or later.
134-
- Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
133+
- macOS 14 (Sonoma) or later.
134+
- Debian 12 / 13, Ubuntu 22.04 / 24.04 / 26.04 (x86-64 or arm64).
135135

136136
## What's next
137137

docs/src/intro-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ pnpm exec playwright --version
302302

303303
## System requirements
304304

305-
- Node.js: latest 20.x, 22.x or 24.x.
305+
- Node.js: latest 22.x, 24.x or 26.x.
306306
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
307307
- macOS 14 (Sonoma) or later.
308-
- Debian 12 / 13, Ubuntu 22.04 / 24.04 (x86-64 or arm64).
308+
- Debian 12 / 13, Ubuntu 22.04 / 24.04 / 26.04 (x86-64 or arm64).
309309

310310
## What's next
311311

docs/src/intro-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ uv add --upgrade pytest-playwright playwright
137137

138138
- Python 3.8 or higher.
139139
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
140-
- macOS 14 Sonoma, or later.
141-
- Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
140+
- macOS 14 (Sonoma) or later.
141+
- Debian 12 / 13, Ubuntu 22.04 / 24.04 / 26.04 (x86-64 or arm64).
142142

143143
## What's next
144144

0 commit comments

Comments
 (0)