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 742200e commit 86eb322Copy full SHA for 86eb322
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: test test-report test-fix update-compatibility-patch
2
3
-PHP_74_OR_NEWER=`php -r "echo (int) version_compare(PHP_VERSION, '7.4', '>=');"`
+PHP_74_OR_NEWER:=$(shell php -r "echo (int) version_compare(PHP_VERSION, '7.4', '>=');")
4
5
test: test-report test-fix
6
0 commit comments