Skip to content

NVE-4191 Bug in argument for dispatch of events fixed #14

NVE-4191 Bug in argument for dispatch of events fixed

NVE-4191 Bug in argument for dispatch of events fixed #14

Workflow file for this run

name: CI
on:
push: ~
pull_request: ~
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.1']
phpunit-versions: ['latest']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl
ini-values: post_max_size=256M, max_execution_time=180
tools: phpunit:${{ matrix.phpunit-versions }}
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist
- name: Process the tests
run: vendor/bin/simple-phpunit