Skip to content

Commit fe3c91d

Browse files
committed
ci
1 parent 1b80636 commit fe3c91d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,13 @@ jobs:
4545
matrix:
4646
operating-system: ['ubuntu-latest']
4747
php-versions: ['8.2', '8.3', '8.4']
48-
laravel: [ 10.*, 11.*, 12.* ]
48+
laravel: [ 11.*, 12.* ]
4949
dependency-version: [ prefer-stable ]
5050
include:
5151
- laravel: 12.*
5252
carbon: 3.*
53-
larastan: 3.*
5453
- laravel: 11.*
5554
carbon: 2.*
56-
larastan: 3.*
57-
- laravel: 10.*
58-
carbon: 2.*
59-
larastan: 2.*
6055

6156
name: phpstan - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
6257

@@ -82,7 +77,7 @@ jobs:
8277

8378
- name: Install Dependencies
8479
run: |
85-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:${{ matrix.carbon }}" "larastan/larastan:${{ matrix.larastan }}" --no-interaction --no-update
80+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
8681
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
8782
8883
- name: PHPStan Static Analysis

0 commit comments

Comments
 (0)