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 1cf6da9 + 33edc76 commit 69ed760Copy full SHA for 69ed760
2 files changed
.github/workflows/phpcs.yml
@@ -33,7 +33,7 @@ jobs:
33
tools: composer, cs2pr
34
35
- name: Install Composer dependencies
36
- uses: ramsey/composer-install@v3
+ uses: ramsey/composer-install@v4
37
38
- name: Detect coding standard violations
39
run: ./vendor/bin/phpcs -q --report=checkstyle | cs2pr
.github/workflows/phpunit.yml
@@ -54,7 +54,7 @@ jobs:
54
extensions: mysql
55
56
57
58
59
- name: Setup Test Environment
60
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}
0 commit comments