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 6a2287f commit ac1f6f0Copy full SHA for ac1f6f0
.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