Skip to content

ActiveRecord update #26

ActiveRecord update

ActiveRecord update #26

name: static-analysis
on:
- push
- pull_request
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
ini-values: memory_limit=-1
tools: composer:v2
- name: Cache dependencies
uses: actions/cache@v2
with:
path: |
~/.composer/cache
vendor
key: phpstan-deps
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: Analyze
run: vendor/bin/phpstan