Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
aa756a9fc4 fix php version in makefile
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2025-02-05 15:29:51 +01:00

View file

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