Skip to content

Commit 2b48b41

Browse files
committed
Fixup
1 parent b5e6055 commit 2b48b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/baseinstall.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
3131
set -eux
3232

3333
if [ -z "$phpversion" ]; then
34-
PHPVERSION=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')
34+
phpversion=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')
3535
fi
3636

37-
show_phpinfo "$PHPVERSION"
37+
show_phpinfo "$phpversion"
3838

3939
section_start "Run composer"
4040
export APP_ENV="dev"

0 commit comments

Comments
 (0)