Skip to content

Bump twig/twig from 3.10.3 to 3.14.0 (#610) #907

Bump twig/twig from 3.10.3 to 3.14.0 (#610)

Bump twig/twig from 3.10.3 to 3.14.0 (#610) #907

name: "Static Analysis"
on: ["push", "pull_request"]
jobs:
code-analysis:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Setup PHP Action"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.3"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
with:
composer-options: "--prefer-dist --no-progress --no-suggest"
- name: "Run PHPStan"
run: "./vendor/bin/phpstan analyse"