|
14 | 14 | jobs: |
15 | 15 | code-coverage: |
16 | 16 | name: "Code Coverage" |
17 | | - uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8" |
| 17 | + uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9" |
18 | 18 | with: |
19 | 19 | php-version: "8.2" |
20 | 20 | php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify" |
|
52 | 52 |
|
53 | 53 | static-analysis: |
54 | 54 | name: "Static analysis" |
55 | | - uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8" |
| 55 | + uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.9" |
56 | 56 | with: |
57 | 57 | php-version: "8.2" |
58 | 58 | php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify" |
@@ -81,14 +81,14 @@ jobs: |
81 | 81 |
|
82 | 82 | unit-tests: |
83 | 83 | name: "Unit test" |
84 | | - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" |
| 84 | + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9" |
85 | 85 | with: |
86 | 86 | composer-root-version: "1.x-dev" |
87 | 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 | | - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" |
| 91 | + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9" |
92 | 92 | needs: "unit-tests" |
93 | 93 | with: |
94 | 94 | test-suite: "functional" |
|
97 | 97 |
|
98 | 98 | integration-tests: |
99 | 99 | name: "integration test" |
100 | | - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" |
| 100 | + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9" |
101 | 101 | needs: "unit-tests" |
102 | 102 | with: |
103 | 103 | test-suite: "integration" |
|
0 commit comments