Skip to content

Pass along query parameters when performing the datatable ajax reques… #51

Pass along query parameters when performing the datatable ajax reques…

Pass along query parameters when performing the datatable ajax reques… #51

Workflow file for this run

name: "Tests"
on:
push:
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
name: "Tests"
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: pcov
- run: composer install --no-progress
- run: vendor/bin/phpstan analyse
- run: vendor/bin/simple-phpunit