Skip to content

Add $flags to unique, default to SORT_REGULAR #38

Add $flags to unique, default to SORT_REGULAR

Add $flags to unique, default to SORT_REGULAR #38

Workflow file for this run

name: PHPUnit tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
php: ['8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- 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 run-script test