Skip to content

Commit c2ea6c1

Browse files
committed
Require PHP 8.3
1 parent f805cad commit c2ea6c1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: ['8.2', '8.3', '8.4']
12+
php: ['8.3', '8.4']
1313
composer-flags: ['--prefer-stable']
1414
can-fail: [false]
1515
include:
16-
- php: '8.2'
16+
- php: '8.3'
1717
composer-flags: '--prefer-stable --prefer-lowest'
1818
can-fail: false
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "8.2.* || 8.3.* || 8.4.*",
12+
"php": "8.3.* || 8.4.*",
1313
"guzzlehttp/psr7": "^2.4",
1414
"psr/http-message": "^1.0 || ^2.0",
1515
"ratchet/rfc6455": "^0.3.1",

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The below table shows the support status and supported PHP versions for each maj
1010

1111
| Version | Status | PHP Versions |
1212
|---------|----------------|--------------|
13-
| 1.x | In Development | 8.2-8.4 |
13+
| 1.x | In Development | 8.3-8.4 |

0 commit comments

Comments
 (0)