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 ee30da6 + d78d767 commit ed6006aCopy full SHA for ed6006a
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: true
19
matrix:
20
- php: [8.2, 8.1]
+ php: [8.3, 8.2, 8.1]
21
laravel: [11.*, 10.*, 9.*]
22
dependency-version: [prefer-lowest, prefer-stable]
23
include:
composer.json
@@ -19,7 +19,7 @@
}
],
"require": {
- "php": "^8.1|^8.2",
+ "php": "^8.1|^8.2|^8.3",
"ext-json": "*",
24
"illuminate/contracts": "^9.0|^10.0|^11.0",
25
"illuminate/support": "^9.0|^10.0|^11.0"
0 commit comments