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 a88f64a commit 8d8b527Copy full SHA for 8d8b527
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
18
matrix:
19
os: [ubuntu-latest]
20
- php: [8.3, 8.2, 8.1]
+ php: [8.3, 8.2]
21
laravel: [10.*, 11.*]
22
stability: [prefer-stable]
23
include:
composer.json
@@ -20,7 +20,7 @@
}
],
"require": {
- "php": "^8.1",
+ "php": "^8.2",
24
"illuminate/database": "^10.0|^11.0",
25
"illuminate/http": "^10.0|^11.0",
26
"illuminate/support": "^10.0|^11.0",
0 commit comments