Skip to content

add php 8.3 support (#12) #23

add php 8.3 support (#12)

add php 8.3 support (#12) #23

name: Static Analysis
on:
pull_request:
push:
branches:
- master
jobs:
static-analysis-phpstan:
name: Static Analysis with PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: 8.1
extensions: mbstring
- name: Composer install
uses: ramsey/composer-install@v2
- name: Run a static analysis with phpstan/phpstan
run: vendor/bin/phpstan analyse