Skip to content

Bump phpunit/phpunit from 9.6.20 to 9.6.21 #79

Bump phpunit/phpunit from 9.6.20 to 9.6.21

Bump phpunit/phpunit from 9.6.20 to 9.6.21 #79

Workflow file for this run

name: Run unit tests with PHPUnit
on: [push]
jobs:
phpunit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
uses: php-actions/composer@v6
with:
php_version: 8.0
command: validate
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.0
args: --prefer-dist --no-progress --no-suggest --no-plugins
- name: Run unit tests with PHPUnit
uses: php-actions/composer@v6
with:
php_version: 8.0
command: phpunit