Skip to content

Commit ad3043c

Browse files
committed
Lint more PHP versions
1 parent a329ca2 commit ad3043c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
php_version: ['7.4', '8.2', '8.3', '8.4']
27+
php_version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2828

2929
name: "Lint: PHP ${{ matrix.php_version }}"
3030

0 commit comments

Comments
 (0)