Skip to content

Commit ae4ddca

Browse files
authored
Add extra extensions to make psalm work
1 parent 6810852 commit ae4ddca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
1010
type: "string"
1111
php-extensions:
1212
description: "The php extensions to install, allowing composer to pass"
13-
default: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo"
13+
default: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix, opcache"
1414
required: false
1515
type: "string"
1616
composer-root-version:

0 commit comments

Comments
 (0)