Skip to content

[TASK] Update phpstan/extension-installer to v1.4.2 #876

[TASK] Update phpstan/extension-installer to v1.4.2

[TASK] Update phpstan/extension-installer to v1.4.2 #876

Workflow file for this run

name: CGL
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
cgl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
# Prepare environment
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2, composer-unused
coverage: none
# Validation
- name: Validate composer.json
run: composer validate --no-check-lock
# Install dependencies
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
# Check Composer dependencies
# - name: Check for unused dependencies
# run: composer-unused --excludePackage=symfony/dotenv
# Linting
- name: Lint composer.json
run: composer lint:composer
- name: Lint .editorconfig
run: composer lint:editorconfig