Skip to content

Commit c4d92a4

Browse files
committed
Do not run Psalm on unsupported PHP 8.4
1 parent 1e2db2a commit c4d92a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.4'
19+
php-version: '8.3'
2020
coverage: none
2121

2222
- name: Cache composer dependencies

0 commit comments

Comments
 (0)