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.
2 parents 392e2c6 + f5ffe99 commit 74e3537Copy full SHA for 74e3537
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-22.04]
16
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
17
laravel: [11.*, 10.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^8.2|^8.3",
+ "php": "^8.2|^8.3|^8.4",
20
"illuminate/process": "^10.0|^11.0",
21
"spatie/laravel-package-tools": "^1.13.0",
22
"spatie/temporary-directory": "^2.1"
0 commit comments