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 70ed091 commit 55a56b3Copy full SHA for 55a56b3
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
16
laravel: [11.*, 10.*]
17
os: [ubuntu-latest, windows-latest]
18
stability: [prefer-lowest, prefer-stable]
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
19
- "php": "^8.2|^8.3",
+ "php": "^8.2|^8.3|^8.4",
20
"illuminate/contracts": "^10.0|^11.0",
21
"laravel/dusk": "^7.0|^8.0",
22
"spatie/invade": "^1.1"
0 commit comments