Skip to content

chore(MOS-1162): Loosen constraints on Symfony packages to allow 6.x #37

chore(MOS-1162): Loosen constraints on Symfony packages to allow 6.x

chore(MOS-1162): Loosen constraints on Symfony packages to allow 6.x #37

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version: ['8.1']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
tools: cs2pr
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ramsey/composer-install@v2
# Test
- run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- run: vendor/bin/phpunit --coverage-text
- run: vendor/bin/psalm --long-progress --stats --output-format=github