Skip to content

Instantly share code, notes, and snippets.

View ItsMurumba's full-sized avatar
🚀

Kelvin Murumba ItsMurumba

🚀
View GitHub Profile
# This is a sample build configuration for PHP.
# Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples.
# Only use spaces to indent your .yml configuration.
# You can specify a custom docker image from Docker Hub as your build environment.
# run composer check-platform-reqs for a list of required extensions.
image: php:7.2-fpm
pipelines:
default:
# Not needed unless you're doing feature tests.
# - step: