Skip to content

Add PHP 8.4 support #276

Add PHP 8.4 support

Add PHP 8.4 support #276

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.1.0"
with:
php-version: "8.1"