Skip to content

Commit

Permalink
CI: lint PHP 8.2 and 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 5, 2023
1 parent 14e8b5f commit f034663
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ on:
branches: [ "*" ]

jobs:
lint:
lint82:
name: "Linter"
uses: contributte/.github/.github/workflows/php.yml@v1
with:
name: "Linter"
run: "vendor/bin/parallel-lint src"
php: "8.0"
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"

0 comments on commit f034663

Please sign in to comment.