mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
run php8.2 instead of php7.4
This commit is contained in:
parent
d97b8b0316
commit
8acc48c2c5
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ dist:
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
quickstart:
|
quickstart:
|
||||||
php7.4 vendor/bin/phing -Dversion=$(VERSION) package
|
php8.2 vendor/bin/phing -Dversion=$(VERSION) package
|
||||||
|
|
||||||
unittest:
|
unittest:
|
||||||
vendor/bin/phing -Dversion=$(VERSION) phpunitfast
|
vendor/bin/phing -Dversion=$(VERSION) phpunitfast
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user