Skip to content

Update dependabot config (#319) #496

Update dependabot config (#319)

Update dependabot config (#319) #496

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
- 'tests/**'
push:
branches: ['master']
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
- 'tests/**'
name: bechmark
permissions:
contents: read
jobs:
phpbench:
uses: yiisoft/actions/.github/workflows/phpbench.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2', '8.3', '8.4']
phpbench-windows:
uses: yiisoft/actions/.github/workflows/phpbench.yml@master
with:
os: >-
['windows-latest']
php: >-
['8.1', '8.2', '8.3', '8.4']
baseline-assertion: >-
mode(variant.time.avg) <= mode(baseline.time.avg) +/- 15%