Skip to content

Upgrade PHP to support 8.2 and 8.3 only; Remove CaptainHook (#93) #274

Upgrade PHP to support 8.2 and 8.3 only; Remove CaptainHook (#93)

Upgrade PHP to support 8.2 and 8.3 only; Remove CaptainHook (#93) #274

Workflow file for this run

name: Psalm Analyze
on: [push, pull_request]
jobs:
psalm:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2]
stability: [prefer-lowest, prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Psalm
uses: docker://vimeo/psalm-github-actions
with:
composer_require_dev: true