Skip to content

chore: bump vimeo/psalm from 5.13.1 to 5.14.0 #186

chore: bump vimeo/psalm from 5.13.1 to 5.14.0

chore: bump vimeo/psalm from 5.13.1 to 5.14.0 #186

Workflow file for this run

name: Test CI
on:
push:
branches:
- master
pull_request:
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
php-version: ['7.4', '8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: composer
- run: composer install
- run: vendor/bin/phpcs
- run: vendor/bin/psalm
- run: vendor/bin/phpunit