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 98e3304 commit 7b9e3d7Copy full SHA for 7b9e3d7
.github/jobs/baseinstall.sh
@@ -8,7 +8,7 @@ phpversion="${3:-8.1}"
8
# If this script is called from unit-tests.sh, we use the test environment
9
export APP_ENV="${4:-prod}"
10
11
-show_phpinfo $version
+show_phpinfo $phpversion
12
13
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
14
0 commit comments