Skip to content

Bump phpunit/phpunit from 9.6.17 to 9.6.19 #386

Bump phpunit/phpunit from 9.6.17 to 9.6.19

Bump phpunit/phpunit from 9.6.17 to 9.6.19 #386

Workflow file for this run

name: CI
on:
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP 8.0
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer test