Skip to content

Commit

Permalink
Support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Nov 20, 2024
1 parent 70ed091 commit 55a56b3
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
os: [ubuntu-latest, windows-latest]
stability: [prefer-lowest, prefer-stable]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.2|^8.3",
"php": "^8.2|^8.3|^8.4",
"illuminate/contracts": "^10.0|^11.0",
"laravel/dusk": "^7.0|^8.0",
"spatie/invade": "^1.1"
Expand Down

0 comments on commit 55a56b3

Please sign in to comment.