Skip to content

Updated ECS to commit 67eabddd4d66f9b672369a82fb431a71571634d9 #2312

Updated ECS to commit 67eabddd4d66f9b672369a82fb431a71571634d9

Updated ECS to commit 67eabddd4d66f9b672369a82fb431a71571634d9 #2312

Workflow file for this run

name: Bare Run on various PHP versions
on:
push:
branches:
- main
jobs:
bare_run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php_version: ['7.2', '7.4', '8.0', '8.4']
steps:
- uses: actions/checkout@v4
-
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
coverage: none
- run: mkdir nested-dir
- run: composer require symplify/easy-coding-standard --dev --ansi
working-directory: nested-dir
- run: vendor/bin/ecs list --ansi
working-directory: nested-dir