We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f8560 commit 02fd97cCopy full SHA for 02fd97c
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
12
laravel: [11.*, 10.*]
13
dependency-version: [prefer-lowest, prefer-stable]
14
include:
composer.json
@@ -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",
0 commit comments