Skip to content

Added to keep the previous constraint in front, added phpstan and cs-… #9

Added to keep the previous constraint in front, added phpstan and cs-…

Added to keep the previous constraint in front, added phpstan and cs-… #9

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
PHP-Unit:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.1'
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute tests
run: ./vendor/bin/phpunit