1
0
forked from poc/pds

Update PHP version to 8.4 in Larastan and Laravel Pint workflows

This commit is contained in:
dhanabalan
2025-11-25 14:45:48 +05:30
parent bfb4dd3643
commit ecac9fe0e9
2 changed files with 2 additions and 2 deletions

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