Skip to content

Commit ec3088e

Browse files
authored
use php81-cli (#879)
1 parent 8ac8501 commit ec3088e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232

233233
<target name="deploy:app-command">
234234
<phingcall target="deploy:ssh">
235-
<property name="command" value="php80-cli &quot;${deploy.release}/www/console.php ${command}&quot;"/>
235+
<property name="command" value="php81-cli &quot;${deploy.release}/www/console.php ${command}&quot;"/>
236236
</phingcall>
237237
</target>
238238

0 commit comments

Comments
 (0)