Skip to content

chore: update deps versions #5

chore: update deps versions

chore: update deps versions #5

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'phpunit.xml'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'phpunit.xml'
branches:
- main
name: test
jobs:
phpunit:
uses: a50dev/actions/.github/workflows/phpunit.yml@main
with:
# coverage: pcov / coverage: xdebug / coverage: xdebug2 / coverage: none
extensions: apcu
# ini-values: date.timezone='UTC'
os: >-
['ubuntu-latest']
php: >-
['8.2']
tools: composer:v2