mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-03 06:07:05 +00:00
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.
This commit is contained in:
@@ -47,4 +47,4 @@ jobs:
|
||||
|
||||
- name: Static analysis
|
||||
run: "vendor/bin/psalm"
|
||||
if: ${{ !matrix.future-release }}
|
||||
if: ${{ !matrix.future-release && matrix.php >= 7.1 }}
|
||||
|
||||
Reference in New Issue
Block a user