Skip to content

Slots interval fix and order items as comment #39

Slots interval fix and order items as comment

Slots interval fix and order items as comment #39

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
WORDPRESS_UNIT_TESTS:
name: Run WordPress plugin unit tests
runs-on: ubuntu-latest
strategy:
matrix:
php_version:
- '7.4'
- '8.0'
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
tools: composer:v2
- name: Install PHP dependencies
run: composer install --prefer-dist --no-progress --no-suggest --no-scripts
- name: Run PHPUnit
run: php vendor/bin/phpunit