We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101f6df commit 6d2c195Copy full SHA for 6d2c195
.github/workflows/unit-tests.yml
@@ -66,14 +66,9 @@ jobs:
66
67
- name: Adjust dependencies in 'composer.json'
68
run: |
69
- composer remove roots/wordpress-no-content inpsyde/php-coding-standards vimeo/psalm --dev --no-update
+ composer remove roots/wordpress-no-content inpsyde/php-coding-standards vimeo/psalm syde/phpcs phpstan/phpstan --dev --no-update
70
composer require "roots/wordpress-no-content:~${{ matrix.wp-ver }}.0" --dev --no-update
71
72
- - name: Remove modern dev tools for legacy PHP
73
- if: matrix.php-ver == '7.4' || matrix.php-ver == '8.0'
74
- run: |
75
- composer remove syde/phpcs vimeo/psalm --dev --no-update
76
-
77
- name: Install dependencies
78
uses: ramsey/composer-install@v3
79
with:
0 commit comments