Skip to content

Commit

Permalink
fix(deps): allow PHP 8.4 (#394)
Browse files Browse the repository at this point in the history
PHP 8.4 support and tests in actions.

---------

Co-authored-by: Ben Challis <[email protected]>
  • Loading branch information
SharkMachine and ben-challis authored Nov 29, 2024
1 parent ccb3e19 commit 27b6ecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
composer-version:
- "2.4"
- "2.5"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"composer-runtime-api": "^2.2",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4.46 || ^6.4.14 || ^7.1.7"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27b6ecc

Please sign in to comment.