Skip to content

Commit c975670

Browse files
committed
Run psalm on PHP >= 7.1
Error message: PHP Fatal error: Uncaught Psalm\Exception\ConfigException: Error parsing file /home/runner/work/php-curl-class/php-curl-class/ on line 8: Element '{https://getpsalm.org/schema/config}psalm': No matching global declaration available for the validation root.
1 parent d79fb16 commit c975670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747

4848
- name: Static analysis
4949
run: "vendor/bin/psalm"
50-
if: ${{ !matrix.future-release }}
50+
if: ${{ !matrix.future-release && matrix.php >= 7.1 }}

0 commit comments

Comments
 (0)