Skip to content

Update workfow

Update workfow #1

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:
dynamic_matrix: true
# extra_jobs: |
# - php: '8.1'
# db: mysql80
# phpunit: true
# installer_version: ^4
# - php: '8.2'
# db: mysql80
# phpunit: true
# installer_version: ^5
# - php: '8.2'
# db: mariadb
# phpunit: true
# installer_version: ^5