FCM: Update response class for the new firebase v1 API #123
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: 5 | |
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"]' |