Skip to content

Commit a06111e

Browse files
authored
Merge pull request #24254 from nextcloud/enh/lint_php8
Also lint php8
2 parents 691409c + 12f322d commit a06111e

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
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php-versions: ['7.3', '7.4']
9+
php-versions: ['7.3', '7.4', '8.0']
1010
name: php${{ matrix.php-versions }} lint
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)