Skip to content

Merge pull request #6 from GuySartorelli/pulls/2/constraints-validator #88

Merge pull request #6 from GuySartorelli/pulls/2/constraints-validator

Merge pull request #6 from GuySartorelli/pulls/2/constraints-validator #88

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
extra_jobs: |
- php: 8.1
phpunit: false
endtoend: true
endtoend_suite: admin
endtoend_config: vendor/silverstripe/admin/behat.yml
- php: 8.2
phpunit: false
endtoend: true
endtoend_suite: cms
endtoend_config: vendor/silverstripe/cms/behat.yml