Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #209

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #209

name: PHPUnit
on:
pull_request:
branches:
- develop
paths-ignore:
- '**.php'
jobs:
phpunit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
steps:
- run: 'echo "No PHPUnit check required"'