Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 337 Bytes

development.md

File metadata and controls

31 lines (21 loc) · 337 Bytes
sidebar_position
4

Development

Setup

Default PHP version is 8.3. You can override it by setting PHP_VERSION as Makefile argument. Example: make PHP_VERSION=8.0 setup.

make setup

Running tests

make test

Fix code linting

make lint-fix

Running CI scripts

make ci