We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177f1f2 commit d82c341Copy full SHA for d82c341
.github/workflows/codecoverage-main.yml
@@ -71,7 +71,7 @@ jobs:
71
path: gh-pages
72
73
- name: Install PHP
74
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
+ uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
75
with:
76
php-version: ${{ matrix.php }}
77
coverage: xdebug
.github/workflows/lint-check-php.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# User PHP 7.4 here for compatibility with the WordPress codesniffer rules.
28
- name: Setup PHP
29
30
31
php-version: '7.3'
32
coverage: none
0 commit comments