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.
2 parents 7700f28 + cb87db0 commit 3e2de27Copy full SHA for 3e2de27
2 files changed
.github/workflows/phpcs.yml
@@ -29,6 +29,6 @@ jobs:
29
coverage: none
30
tools: composer, cs2pr
31
- name: Install Composer dependencies for PHP
32
- uses: ramsey/composer-install@v3
+ uses: ramsey/composer-install@v4
33
- name: Detect coding standard violations
34
run: ./vendor/bin/phpcs
.github/workflows/phpunit.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
- name: Install Composer dependencies
63
64
65
- name: Setup Test Environment
66
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}
0 commit comments