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 657ab86 commit 4e46fb8Copy full SHA for 4e46fb8
bin/test.sh
@@ -8,7 +8,7 @@ then
8
phpunit
9
fi
10
11
-if [ $WP_VERSION -eq "latest" ]; then
+if [ $WP_VERSION = "latest" ]; then
12
WP_VERSION=$(curl -s https://api.wordpress.org/core/version-check/1.7/ | jq -r ".offers[0].current")
13
14
0 commit comments