Skip to content

Bump symfony/stimulus-bundle from 2.17.0 to 2.18.1 #1425

Bump symfony/stimulus-bundle from 2.17.0 to 2.18.1

Bump symfony/stimulus-bundle from 2.17.0 to 2.18.1 #1425

name: Static Analysis
on: [ pull_request ]
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
env:
SOLIDINVOICE_ENV: test
SOLIDINVOICE_DEBUG: 1
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
with:
egress-policy: block
allowed-endpoints: >
github.com:443
api.github.com:443
objects.githubusercontent.com:443
packagist.org:443
repo.packagist.org:443
registry.yarnpkg.com:443
registry.npmjs.org:443
codecov.io:443
api.codecov.io:443
uploader.codecov.io:443
bun.sh:443
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Setup PHP
uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b
with:
php-version: 8.3
ini-values: date.timezone=Europe/Paris, opcache.enable=1, opcache.enable_cli=1, opcache.memory_consumption=256, opcache.max_accelerated_files=32531, opcache.interned_strings_buffer=8, opcache.validate_timestamps=0, opcache.save_comments=1, opcache.fast_shutdown=0
extensions: intl, gd, opcache, mysql, pdo_mysql, :xdebug
- uses: ramsey/composer-install@0f18aec461938c57720faaf2dba4421bf698cf42 # v3
- uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # v2
- run: bun install
- run: bun run build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Warm up cache
run: bin/console cache:warmup -n -vvv -e test
- name: Run PHPStan
run: bin/phpstan analyse -c phpstan.test.neon