Skip to content

Commit a0a3b0f

Browse files
committed
Use psalm v5
1 parent 1583beb commit a0a3b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
- uses: actions/checkout@v3
6666
- uses: shivammathur/setup-php@v2
6767
with:
68-
php-version: '7.4'
68+
php-version: '8.0'
6969
extensions: gd, imagick
70-
tools: vimeo/psalm:4.15
70+
tools: vimeo/psalm:5
7171
- name: psalm
7272
run: |
7373
composer update --no-interaction --no-ansi --no-progress

0 commit comments

Comments
 (0)