Skip to content

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

build(deps): Bump tj-actions/changed-files from 46 to 47

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

Workflow file for this run

name: coverage
on:
pull_request:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: xdebug
- run: composer install --no-interaction --prefer-dist
- run: composer bin phpunit install --no-interaction --prefer-dist
- run: composer run test:coverage