fix php version in makefile
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2025-02-05 15:29:51 +01:00
commit aa756a9fc4

View file

@ -1,5 +1,5 @@
COMPOSER_BIN ?= composer
PHP_BIN ?= php8.0
PHP_BIN ?= php8.1
SSH_BIN ?= ssh
YARN_BIN ?= yarn
NPM_BIN ?= npm