17
17
uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
18
18
with :
19
19
php-version : " 8.2"
20
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
20
21
21
22
coding-standards :
22
23
name : " Coding Standards"
29
30
uses : " shivammathur/setup-php@v2"
30
31
with :
31
32
coverage : " none"
33
+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
32
34
php-version : " 8.2"
33
35
tools : " cs2pr"
34
36
@@ -45,13 +47,15 @@ jobs:
45
47
uses : " phpDocumentor/.github/.github/workflows/lint.yml@main"
46
48
with :
47
49
composer-options : " --no-check-publish --ansi"
50
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
48
51
php-version : " 8.2"
49
52
50
53
static-analysis :
51
54
name : " Static analysis"
52
55
uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
53
56
with :
54
57
php-version : " 8.2"
58
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
55
59
composer-root-version : " 2.x-dev"
56
60
57
61
architecture :
64
68
with :
65
69
coverage : " none"
66
70
php-version : " 8.2"
71
+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
67
72
68
73
- name : " Install dependencies with Composer"
69
74
uses : " ramsey/composer-install@v3"
@@ -79,13 +84,15 @@ jobs:
79
84
uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
80
85
with :
81
86
composer-root-version : " 2.x-dev"
87
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
82
88
83
89
functional-tests :
84
90
name : " Functional test"
85
91
uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
86
92
needs : " unit-tests"
87
93
with :
88
94
test-suite : " functional"
95
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
89
96
composer-root-version : " 2.x-dev"
90
97
91
98
integration-tests :
94
101
needs : " unit-tests"
95
102
with :
96
103
test-suite : " integration"
104
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
97
105
composer-root-version : " 2.x-dev"
98
106
99
107
xml-lint :
0 commit comments