Skip to content

allow sf8 and test with php 8.5 #16

allow sf8 and test with php 8.5

allow sf8 and test with php 8.5 #16

Workflow file for this run

name: Static analysis
on:
push:
branches:
- '[0-9]+.x'
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.x'
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress