fix php version in makefile
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
47dbfb49cf
commit
aa756a9fc4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
COMPOSER_BIN ?= composer
|
||||
PHP_BIN ?= php8.0
|
||||
PHP_BIN ?= php8.1
|
||||
SSH_BIN ?= ssh
|
||||
YARN_BIN ?= yarn
|
||||
NPM_BIN ?= npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue