Skip to content

Fix promoted properties sharing context (#1619) #131

Fix promoted properties sharing context (#1619)

Fix promoted properties sharing context (#1619) #131

name: static-analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: ramsey/composer-install@v3
with:
dependency-versions: 'highest'
- name: Static Code Analysis
run: composer analyse