use php7.4 for phing

This commit is contained in:
Uwe Steinmann 2023-08-22 11:24:14 +02:00
parent d2cc7d083e
commit f34bd41ec5

View File

@ -24,7 +24,7 @@ dist:
rm -rf tmp rm -rf tmp
quickstart: quickstart:
vendor/bin/phing -Dversion=$(VERSION) package php7.4 vendor/bin/phing -Dversion=$(VERSION) package
unittest: unittest:
vendor/bin/phing -Dversion=$(VERSION) phpunitfast vendor/bin/phing -Dversion=$(VERSION) phpunitfast