Skip to content

Commit d24fd93

Browse files
committed
ci: use PHP 8.4 for phpstan
Get rid of the baseline diff, I am th only dev anyway
1 parent d351fd5 commit d24fd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-analyse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v6
40-
- name: Use php 8.2
40+
- name: Use php 8.4
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
php-version: 8.2
43+
php-version: 8.4
4444
- name: Get Composer Cache Directory
4545
id: composer-cache
4646
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)