API Update code to reflect changes in dnadesign/silverstripe-elemental #317
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
ci: | |
name: CI | |
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 | |
with: | |
# require the following in ci.yml rather than composer.json require-dev specifically because unlike | |
# regular modules, require-dev will get installed to projects during `composer create-project silverstripe/recipe-testing` | |
composer_require_extra: silverstripe/recipe-testing:^4 |