Skip to content

Commit

Permalink
fix: ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark4ne committed Dec 12, 2024
1 parent 7b42a8c commit deeabae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-${{ matrix.php_version }}
${{ runner.os }}-php-${{ matrix.php_version }}-laravel-${{ matrix.laravel_version }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer require laravel/framework ${{ matrix.laravel_version }} --prefer-dist --no-progress

- name: PHPStan
run: vendor/bin/phpstan analyze
Expand Down

0 comments on commit deeabae

Please sign in to comment.