Skip to content

General: Mark Lunr.Halo as a development-only dependency #31

General: Mark Lunr.Halo as a development-only dependency

General: Mark Lunr.Halo as a development-only dependency #31

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2021 M2mobi B.V., Amsterdam, The Netherlands
# SPDX-FileCopyrightText: Copyright 2022 Move Agency Group B.V., Zwolle, The Netherlands
# SPDX-License-Identifier: CC0-1.0
name: PHP Tests
on: [push, pull_request, workflow_dispatch]
jobs:
php-tests:
uses: lunr-php/actions-templates/.github/workflows/php-composer.yml@master
with:
phpstan-level: 9
allow-style-failures: false
allow-phpstan-failures: false
phpcs-whitelist: tests/phan.config.php tests/phpstan.autoload.inc.php tests/test.bootstrap.inc.php
php-extensions: uopz
stable-php-versions: '["8.1"]'
experimental-php-versions: '["8.2","8.3"]'