Skip to content

build(deps-dev): update yoast/phpunit-polyfills requirement from ^2.0 to ^3.0 #26

build(deps-dev): update yoast/phpunit-polyfills requirement from ^2.0 to ^3.0

build(deps-dev): update yoast/phpunit-polyfills requirement from ^2.0 to ^3.0 #26

Workflow file for this run

name: Static Analysis
on: [pull_request]
jobs:
static-analysis:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- name: "📥 Fetching Repository Contents"
uses: actions/checkout@v2
- name: "💽 Installing PHP, Composer"
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
ini-values: display_errors = on, error_reporting = E_ALL
tools: composer
- name: "💽 Installing Composer Packages"
run: composer install
- name: "🧪 Psalm Code Analysis Checks"
run: composer psalm
- name: "🧪 PHPStan Code Analysis"
run: composer phpstan