Files
yii3-app/.github/workflows/build.yml
2024-01-26 09:38:41 -03:00

34 lines
642 B
YAML

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.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@add-debug-mode-to-codeception
with:
debug: true
extensions: fileinfo, intl
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1', '8.2']