17
17
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
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
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
21
21
22
22
coding-standards :
23
23
name : " Coding Standards"
30
30
uses : " shivammathur/setup-php@v2"
31
31
with :
32
32
coverage : " none"
33
- extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
33
+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
34
34
php-version : " 8.2"
35
35
tools : " cs2pr"
36
36
@@ -47,15 +47,15 @@ jobs:
47
47
uses : " phpDocumentor/.github/.github/workflows/lint.yml@main"
48
48
with :
49
49
composer-options : " --no-check-publish --ansi"
50
- php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
50
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
51
51
php-version : " 8.2"
52
52
53
53
static-analysis :
54
54
name : " Static analysis"
55
55
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
56
56
with :
57
57
php-version : " 8.2"
58
- php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
58
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
59
59
composer-root-version : " 1.x-dev"
60
60
61
61
architecture :
68
68
with :
69
69
coverage : " none"
70
70
php-version : " 8.2"
71
- extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
71
+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
72
72
73
73
- name : " Install dependencies with Composer"
74
74
uses : " ramsey/composer-install@v3"
@@ -84,15 +84,15 @@ jobs:
84
84
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
85
85
with :
86
86
composer-root-version : " 1.x-dev"
87
- php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
87
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
88
88
89
89
functional-tests :
90
90
name : " Functional test"
91
91
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
92
92
needs : " unit-tests"
93
93
with :
94
94
test-suite : " functional"
95
- php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
95
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
96
96
composer-root-version : " 1.x-dev"
97
97
98
98
integration-tests :
@@ -101,7 +101,7 @@ jobs:
101
101
needs : " unit-tests"
102
102
with :
103
103
test-suite : " integration"
104
- php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
104
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify "
105
105
composer-root-version : " 1.x-dev"
106
106
107
107
xml-lint :
0 commit comments