Skip to content

Update .scrutinizer.yml add php version to build environment #38

Update .scrutinizer.yml add php version to build environment

Update .scrutinizer.yml add php version to build environment #38

Workflow file for this run

name: CI
# Controls when the workflow will run
on:
push:
pull_request:
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_require_extra:
phpunit/phpunit:^9.5
symfony/http-foundation:^6.4.0
moneyphp/money:^4.3.0
silverstripe/installer:^5.1
silverstripe/recipe-cms:^5.1