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 36516ad commit 92f5ea0Copy full SHA for 92f5ea0
.github/workflows/run-tests-pull.yml
@@ -14,7 +14,7 @@ jobs:
14
max-parallel: 2
15
matrix:
16
os: [ubuntu-latest]
17
- php: [8.2, 8.3, 8.4]
+ php: [8.2, 8.3]
18
laravel: [10.*]
19
stability: [prefer-dist]
20
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
os: [ubuntu-24.04]
21
22
composer.json
@@ -32,7 +32,7 @@
32
"require-dev": {
33
"ext-sqlite3": "*",
34
"brianium/paratest": "^5.0|^6.0|^7.0|^8.0|^9.0",
35
- "larastan/larastan": "^3.0",
+ "larastan/larastan": "^2.6|^3.0",
36
"laravel/pint": "^1.10",
37
"monolog/monolog": "*",
38
"nunomaduro/collision": "^6.0|^7.0|^8.0|^9.0",
0 commit comments