Skip to content

Fix docs

Fix docs #1548

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.env.example'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
name: build
jobs:
build:
uses: yiisoft/actions/.github/workflows/codeception.yml@master
with:
codeception-command: |
vendor/bin/codecept build
vendor/bin/codecept run --coverage-xml
extensions: fileinfo, pdo, pdo_sqlite, intl
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']