Skip to content

Bump symfony/process from 5.4.39 to 5.4.46 in /tests/modules_samples/constant_check #122

Bump symfony/process from 5.4.39 to 5.4.46 in /tests/modules_samples/constant_check

Bump symfony/process from 5.4.39 to 5.4.46 in /tests/modules_samples/constant_check #122

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
phpstan:
name: Custom rules check
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Checkout
uses: actions/checkout@v2.0.0
# Docker images prestashop/prestashop may be used, even if the shop remains uninstalled
- name: Run constant test
run: |
cd tests/modules_samples/constant_check
bash run.sh