Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fc4643fc authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Merge pull request #4249 from nextcloud/enhancement/php8.2-lint

Add PHP8.2 linting
parents 0d333a74 dcfdd906
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ jobs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        php-versions: ['7.3', '7.4', '8.0', '8.1']
        php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
    name: php${{ matrix.php-versions }} lint
    steps:
      - name: Checkout