|
19 | 19 | validate: |
20 | 20 | name: "Validate Project" |
21 | 21 |
|
22 | | - uses: "mimmi20/ci/.github/workflows/validate.yml@8.1" |
| 22 | + uses: "mimmi20/ci/.github/workflows/validate.yml@8.3" |
23 | 23 | with: |
24 | 24 | extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" |
25 | 25 | ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0" |
|
37 | 37 |
|
38 | 38 | needs: "validate" |
39 | 39 |
|
40 | | - uses: "mimmi20/ci/.github/workflows/install.yml@8.1" |
| 40 | + uses: "mimmi20/ci/.github/workflows/install.yml@8.3" |
41 | 41 | with: |
42 | 42 | extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" |
43 | 43 | ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0" |
|
50 | 50 |
|
51 | 51 | needs: "install" |
52 | 52 |
|
53 | | - uses: "mimmi20/ci/.github/workflows/analytics.yml@8.1" |
| 53 | + uses: "mimmi20/ci/.github/workflows/analytics.yml@8.3" |
54 | 54 | with: |
55 | 55 | extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" |
56 | 56 | ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0" |
|
59 | 59 | skip-phpcs: false |
60 | 60 | skip-phpstan: false |
61 | 61 | skip-rector: false |
62 | | - skip-phpmd: false |
| 62 | + skip-phpmd: true |
63 | 63 | skip-eslint: true |
64 | 64 | skip-stylelint: true |
65 | 65 | skip-prettier: true |
|
70 | 70 |
|
71 | 71 | needs: "analytics" |
72 | 72 |
|
73 | | - uses: "mimmi20/ci/.github/workflows/test.yml@8.1" |
| 73 | + uses: "mimmi20/ci/.github/workflows/test.yml@8.3" |
74 | 74 | with: |
75 | 75 | extensions: "ctype, dom, fileinfo, intl, simplexml, tokenizer, xml, xmlwriter" |
76 | 76 | ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0" |
|
0 commit comments