Skip to content

Use #[AsCommand] attribute on commands #16

Use #[AsCommand] attribute on commands

Use #[AsCommand] attribute on commands #16

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php }} tests
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
extensions: mongodb
- run: php Tests/fix_composer_json.php
- uses: "ramsey/composer-install@v1"
- run: vendor/bin/phpunit --exclude-group=functional