Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/reusable-upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
php-version: '${{ inputs.php }}'
coverage: none
tools: wp-cli
tools: ${{ contains( fromJSON('["5.4", "5.5"]'), inputs.php ) && 'wp-cli:2.4.0' || 'wp-cli' }}

- name: Download WordPress ${{ inputs.wp }}
run: wp core download --version="${WP_VERSION}"
Expand Down
Loading
Loading