Skip to content

Commit c9a366e

Browse files
committed
Remove php7.4 lint
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 07cfc06 commit c9a366e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php-versions: ['7.4', '8.0', '8.1', '8.2']
9+
php-versions: ['8.0', '8.1', '8.2']
1010
name: php${{ matrix.php-versions }} lint
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)