We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa8fa8 commit 9a54219Copy full SHA for 9a54219
1 file changed
.github/workflows/reusable-upgrade-testing.yml
@@ -82,7 +82,7 @@ jobs:
82
with:
83
php-version: '${{ inputs.php }}'
84
coverage: none
85
- tools: wp-cli
+ tools: ${{ contains( fromJSON('["5.4", "5.5"]'), inputs.php ) && 'wp-cli:2.4.0' || 'wp-cli' }}
86
87
- name: Download WordPress ${{ inputs.wp }}
88
run: wp core download --version="${WP_VERSION}"
0 commit comments