We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e4940 commit 73e23d9Copy full SHA for 73e23d9
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: ['8.2', '8.3']
+ php: ['8.2', '8.3', '8.4']
13
composer-flags: ['--prefer-stable']
14
can-fail: [false]
15
include:
composer.json
@@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
- "php": "8.2.* || 8.3.*",
+ "php": "8.2.* || 8.3.* || 8.4.*",
"guzzlehttp/psr7": "^2.4",
"psr/http-message": "^1.0 || ^2.0",
"ratchet/rfc6455": "^0.3.1",
0 commit comments