General: Load ENV as configuration #62
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: 7 | |
allow-style-failures: false | |
allow-phpstan-failures: false | |
phpcs-whitelist: 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"]' |