Skip to content

Commit 92f5ea0

Browse files
committed
Restore larastan 2.x for pre-11
1 parent 36516ad commit 92f5ea0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 2
1515
matrix:
1616
os: [ubuntu-latest]
17-
php: [8.2, 8.3, 8.4]
17+
php: [8.2, 8.3]
1818
laravel: [10.*]
1919
stability: [prefer-dist]
2020

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
max-parallel: 2
1717
matrix:
1818
os: [ubuntu-24.04]
19-
php: [8.2, 8.3, 8.4]
19+
php: [8.2, 8.3]
2020
laravel: [10.*]
2121
stability: [prefer-dist]
2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require-dev": {
3333
"ext-sqlite3": "*",
3434
"brianium/paratest": "^5.0|^6.0|^7.0|^8.0|^9.0",
35-
"larastan/larastan": "^3.0",
35+
"larastan/larastan": "^2.6|^3.0",
3636
"laravel/pint": "^1.10",
3737
"monolog/monolog": "*",
3838
"nunomaduro/collision": "^6.0|^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)