We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer.json
1 parent 67d836a commit b83afe9Copy full SHA for b83afe9
.github/workflows/run-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
testbench: 9.*
32
- laravel: 10.*
33
testbench: 8.*
34
-
+
35
36
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
37
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^8.4",
+ "php": "^8.3",
20
"ext-curl": "*",
21
"ext-json": "*",
22
"illuminate/contracts": "^10.0||^11.0||^12.0",
0 commit comments