Skip to content

Update dependency phpunit/phpunit to v9.6.16 #110

Update dependency phpunit/phpunit to v9.6.16

Update dependency phpunit/phpunit to v9.6.16 #110

Workflow file for this run

name: CI Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.4' ]
name: Run CI PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@master
- name: Setup PHP
uses: nanasess/setup-php@master
with:
php-version: ${{ matrix.php }}
- run: php -v
- name: Run CI
run: |
composer validate
make ci