Skip to content

Commit cd6c5c5

Browse files
committed
Provisional support for PHP 8.5
1 parent 6ba19eb commit cd6c5c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: ['8.3', '8.4']
12+
php: ['8.3', '8.4', '8.5']
1313
composer-flags: ['--prefer-stable']
1414
can-fail: [false]
1515
include:

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.3.* || 8.4.*",
12+
"php": "8.3.* || 8.4.* || 8.5.*",
1313
"guzzlehttp/psr7": "^2.4",
1414
"psr/http-message": "^1.0 || ^2.0",
1515
"ratchet/rfc6455": "^0.4",

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.3-8.4 |
13+
| 1.x | In Development | 8.3-8.5 |

0 commit comments

Comments
 (0)