run php8.2 instead of php7.4

This commit is contained in:
Uwe Steinmann 2025-07-25 08:36:42 +02:00
parent d97b8b0316
commit 8acc48c2c5

View File

@ -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