Skip to content

Commit b5c2f4a

Browse files
committed
Add support for PHP 8.2
1 parent 4484157 commit b5c2f4a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
php: ['8.3', '8.4']
52+
php: ['8.2', '8.3', '8.4']
5353
browser: ['chromium', 'firefox', 'webkit']
5454

5555
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<a href="https://github.com/playwright-php"><img src="https://github.com/playwright-php/.github/raw/main/profile/playwright-php.png" alt="Playwright PHP" /></a>
33

4-
&nbsp; ![PHP Version](https://img.shields.io/badge/PHP-8.3+-05971B?labelColor=09161E&color=1D8D23&logoColor=FFFFFF)
4+
&nbsp; ![PHP Version](https://img.shields.io/badge/PHP-8.2+-05971B?labelColor=09161E&color=1D8D23&logoColor=FFFFFF)
55
&nbsp; ![CI](https://img.shields.io/github/actions/workflow/status/playwright-php/playwright-mink/CI.yaml?branch=main&label=Tests&color=1D8D23&labelColor=09161E&logoColor=FFFFFF)
66
&nbsp; ![Release](https://img.shields.io/github/v/release/playwright-php/playwright-mink?label=Stable&labelColor=09161E&color=1D8D23&logoColor=FFFFFF)
77
&nbsp; ![License](https://img.shields.io/github/license/playwright-php/playwright-mink?label=License&labelColor=09161E&color=1D8D23&logoColor=FFFFFF)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"homepage": "https://playwright-php.dev/mink",
2828
"require": {
29-
"php": "^8.3",
29+
"php": "^8.2",
3030
"behat/mink": "^1.10",
3131
"playwright-php/playwright": "dev-main",
3232
"symfony/clock": "^7.3 || ^8.0"

src/Driver/PlaywrightDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This file is part of the community-maintained Playwright PHP project.
77
* It is not affiliated with or endorsed by Microsoft.
88
*
9-
* (c) 2025-Present - Playwright PHP <https://github.com/playwright-php>
9+
* (c) 2025-Present - Playwright PHP - https://github.com/playwright-php
1010
*
1111
* For the full copyright and license information, please view the LICENSE
1212
* file that was distributed with this source code.

tests/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This file is part of the community-maintained Playwright PHP project.
77
* It is not affiliated with or endorsed by Microsoft.
88
*
9-
* (c) 2025-Present - Playwright PHP <https://github.com/playwright-php>
9+
* (c) 2025-Present - Playwright PHP - https://github.com/playwright-php
1010
*
1111
* For the full copyright and license information, please view the LICENSE
1212
* file that was distributed with this source code.

0 commit comments

Comments
 (0)