Skip to content

CI: lint PHP 8.2 and 5.6 #5

CI: lint PHP 8.2 and 5.6

CI: lint PHP 8.2 and 5.6 #5

Workflow file for this run

name: "Linter"
on:
pull_request:
push:
branches: [ "*" ]
jobs:
lint82:
name: "Linter"
uses: contributte/.github/.github/workflows/php.yml@v1
with:
name: "Linter"
run: "vendor/bin/parallel-lint src"
php: "8.2"
lint56:
name: "Linter"
uses: contributte/.github/.github/workflows/php.yml@v1
with:
name: "Linter"
run: "vendor/bin/parallel-lint src"
php: "5.6"