Skip to content

Commit

Permalink
Allow PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Nov 4, 2024
1 parent d9e4940 commit 73e23d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']
composer-flags: ['--prefer-stable']
can-fail: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73e23d9

Please sign in to comment.