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 9dcf5d4 commit 75059daCopy full SHA for 75059da
.github/jobs/baseinstall.sh
@@ -17,6 +17,16 @@ set -euxo pipefail
17
18
sudo apt update && sudo apt install php-bcmath -y
19
20
+echo
21
+echo "DEBUG <========================================================================="
22
23
+php -i | grep bcmath
24
+php -i
25
26
27
28
+
29
30
if [ -z "$phpversion" ]; then
31
phpversion=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')
32
fi
0 commit comments