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 03f8560 commit df52cb7
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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/protonemedia/laravel-browser-kit-macro",
"type": "library",
"require": {
"php": "^8.3 || ^8.2",
"php": "^8.4 || ^8.3 || ^8.2",
"laravel/browser-kit-testing": "^7.0",
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
Expand Down

0 comments on commit df52cb7

Please sign in to comment.