Skip to content

Bump phpunit/phpunit from 9.6.11 to 9.6.12 #114

Bump phpunit/phpunit from 9.6.11 to 9.6.12

Bump phpunit/phpunit from 9.6.11 to 9.6.12 #114

Workflow file for this run

name: Lint
on: pull_request
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
strategy:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['7.4', '8.0' , '8.1', '8.2']
name: Psalm check
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up php
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer i
- name: Run coding standards check
run: vendor/bin/psalm