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 9c8d66c commit b1a1b3bCopy full SHA for b1a1b3b
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
34
35
- name: Install all depenencies
36
- run: composer install
+ run: composer install --ignore-platform-reqs
37
38
- name: Install WP Tests
39
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true
0 commit comments