Skip to content

fix: db wipe support for materialized views and timescale (resolves #… #251

fix: db wipe support for materialized views and timescale (resolves #…

fix: db wipe support for materialized views and timescale (resolves #… #251

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
extensions: fileinfo, pdo
coverage: none
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run phpstan
run: ./vendor/bin/phpstan analyze