Skip to content

Commit f7ecfc1

Browse files
Update phpstan.yml
1 parent 9e64627 commit f7ecfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.3
21+
php-version: 8.4
2222

2323
- name: Bootstrap Laravel App
2424
run: |
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup PHP
5656
uses: shivammathur/setup-php@v2
5757
with:
58-
php-version: 8.3
58+
php-version: 8.4
5959

6060
- name: Fix bin permissions
6161
run: chmod +x vendor/bin/phpstan || true

0 commit comments

Comments
 (0)