Skip to content

feat: add rule to make sure that raw filter is justified by a comment #26

feat: add rule to make sure that raw filter is justified by a comment

feat: add rule to make sure that raw filter is justified by a comment #26

Workflow file for this run

on: [push]
name: CI Tests
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ ubuntu-latest, macos-latest ]
php-versions: [ '7.3', '7.4', '8.0' ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
- name: Install dependencies
run: composer --prefer-source -n install
- name: Launch test
run: bin/phpunit