Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 298 Bytes

File metadata and controls

27 lines (18 loc) · 298 Bytes

Development

Setup

You can override default PHP version by setting PHP_VERSION as Makefile argument. Example: make PHP_VERSION=8.2 setup.

make setup

Running tests

make test

Fix code linting

make lint-fix

Running CI scripts

make ci