diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-27 13:40:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 13:40:56 +0200 |
commit | 8dcab810682595c421d06b9e4b2296812dde382a (patch) | |
tree | 41eea0dad2ac107b4b8dc2ce46b03c315ecefe5e | |
parent | 210394352a838be7993de7d39ddcbde151400896 (diff) | |
parent | a849b3fa0ce5d781896a38cae08e78c7fa196cd4 (diff) | |
download | nextcloud-server-8dcab810682595c421d06b9e4b2296812dde382a.tar.gz nextcloud-server-8dcab810682595c421d06b9e4b2296812dde382a.zip |
Merge pull request #32596 from nextcloud/enhancement/php8.2-lint
Add lint job for PHP8.2
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb117a2ab9a..983b0af6d93 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] name: php${{ matrix.php-versions }} lint steps: - name: Checkout |