mirror of
https://github.com/yiisoft/app.git
synced 2026-03-21 15:36:51 +01:00
34 lines
642 B
YAML
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']
|