Skip to content

Commit df52cb7

Browse files
committed
Support for PHP 8.4
1 parent 03f8560 commit df52cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2]
11+
php: [8.4, 8.3, 8.2]
1212
laravel: [11.*, 10.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/protonemedia/laravel-browser-kit-macro",
99
"type": "library",
1010
"require": {
11-
"php": "^8.3 || ^8.2",
11+
"php": "^8.4 || ^8.3 || ^8.2",
1212
"laravel/browser-kit-testing": "^7.0",
1313
"illuminate/http": "^10.0|^11.0",
1414
"illuminate/support": "^10.0|^11.0",

0 commit comments

Comments
 (0)