Add Larastan configuration and dependencies for static analysis #9

Merged
jothi merged 8 commits from ranjith-dev into master 2025-11-26 09:11:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ecac9fe0e9 - Show all commits

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --quiet

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --quiet