Skip to content

Commit b878907

Browse files
committed
Use php 8.2 by default
1 parent 80038fc commit b878907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ init() {
2525
DEV_WORKSPACE="`echo ${DEV_WORKSPACE_PATH} | sed -e 's/\\//\\\\\//g'`";
2626
DEV_PROJECTPATH=`echo ${DEV_USERDIR} | sed -e "s/${DEV_WORKSPACE}\///"`;
2727

28-
DEV_PHP='php71';
28+
DEV_PHP='php82';
2929

3030
DEV_INTERACTIVE=0;
3131
if [ -t "0" ] && [ -t "1" ]; then

0 commit comments

Comments
 (0)