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 6728689 + 01a88ce commit 4c1b6dfCopy full SHA for 4c1b6df
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: true
17
matrix:
18
os: [ubuntu-latest]
19
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
20
laravel: ["10.*", "11.*"]
21
stability: [prefer-lowest, prefer-stable]
22
include:
composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^8.2|^8.3",
+ "php": "^8.2|^8.3|^8.4",
"graham-campbell/security-core": "^4.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.9.2"
@@ -59,4 +59,4 @@
59
},
60
"minimum-stability": "dev",
61
"prefer-stable": true
62
-}
+}
0 commit comments