Skip to content

update for php 8.1

update for php 8.1 #16

Workflow file for this run

name: Parallel Lint
on: [push, pull_request]
jobs:
nette_pp:
name: Parallel Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- run: composer create-project --no-interaction --no-progress --prefer-dist php-parallel-lint/php-parallel-lint temp/php-parallel-lint --no-dev "~1.3"
- run: php temp/php-parallel-lint/parallel-lint -e php,phpt -j 8 --exclude tests/_temp --exclude temp --exclude vendor .