Skip to content

Commit f034663

Browse files
committed
CI: lint PHP 8.2 and 5.6
1 parent 14e8b5f commit f034663

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/lint.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ on:
77
branches: [ "*" ]
88

99
jobs:
10-
lint:
10+
lint82:
1111
name: "Linter"
1212
uses: contributte/.github/.github/workflows/php.yml@v1
1313
with:
1414
name: "Linter"
1515
run: "vendor/bin/parallel-lint src"
16-
php: "8.0"
16+
php: "8.2"
17+
18+
lint56:
19+
name: "Linter"
20+
uses: contributte/.github/.github/workflows/php.yml@v1
21+
with:
22+
name: "Linter"
23+
run: "vendor/bin/parallel-lint src"
24+
php: "5.6"

0 commit comments

Comments
 (0)