Skip to content

Commit 73e23d9

Browse files
committed
Allow PHP 8.4
1 parent d9e4940 commit 73e23d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

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

composer.json

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

0 commit comments

Comments
 (0)