Skip to content

chore(deps): update actions/stale action to v8 #72

chore(deps): update actions/stale action to v8

chore(deps): update actions/stale action to v8 #72

Workflow file for this run

name: "Tests"
on:
push:
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
name: "Tests"
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: pcov
- run: composer install --no-progress
- run: vendor/bin/phpstan analyse
- run: vendor/bin/simple-phpunit