Skip to content

Commit 408e6ea

Browse files
committed
disable psalm
1 parent c5d6fbd commit 408e6ea

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
runs-on: ['ubuntu-latest']
2020

2121
steps:
22-
- name: Setup PHP, with composer and extensions
23-
id: setup-php
24-
# https://github.com/shivammathur/setup-php
25-
uses: shivammathur/setup-php@v2
26-
with:
27-
# Should be the higest supported version, so we can use the newest tools
28-
php-version: '8.4'
29-
tools: composer
30-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
31-
coverage: none
32-
3322
- uses: actions/checkout@v4
3423
with:
3524
# super-linter needs the full git history to get the
@@ -48,7 +37,8 @@ jobs:
4837
VALIDATE_BASH: true
4938
VALIDATE_BASH_EXEC: true
5039
VALIDATE_JSON: true
51-
VALIDATE_PHP_BUILTIN: true
40+
# VALIDATE_PHP_BUILTIN: true
41+
VALIDATE_PHP_PSALM: false
5242
VALIDATE_YAML: true
5343
VALIDATE_GITHUB_ACTIONS: true
5444

0 commit comments

Comments
 (0)