Update PHP version to 8.4 in Larastan and Laravel Pint workflows
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Larastan / larastan (pull_request) Failing after 3m21s
Laravel Pint / pint (pull_request) Failing after 3m29s
Gemini PR Review / review (pull_request) Successful in 1m0s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Larastan / larastan (pull_request) Failing after 3m21s
Laravel Pint / pint (pull_request) Failing after 3m29s
Gemini PR Review / review (pull_request) Successful in 1m0s
This commit is contained in:
2
.github/workflows/larastan.yaml
vendored
2
.github/workflows/larastan.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/laravel-pint.yaml
vendored
2
.github/workflows/laravel-pint.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user