Skip to content

Fix ordering of columns whose position was changed using colReorder plugin #52

Fix ordering of columns whose position was changed using colReorder plugin

Fix ordering of columns whose position was changed using colReorder plugin #52

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