diff --git a/Makefile b/Makefile index 7d32f68c4..77c70a98d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ dist: rm -rf tmp quickstart: - php7.4 vendor/bin/phing -Dversion=$(VERSION) package + php8.2 vendor/bin/phing -Dversion=$(VERSION) package unittest: vendor/bin/phing -Dversion=$(VERSION) phpunitfast