From: Côme Chilliet Date: Thu, 1 Feb 2024 16:15:57 +0000 (+0100) Subject: chore: Use the same configuration in update-baseline as in psalm workflow X-Git-Tag: v29.0.0beta1~302^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F40725%2Fhead;p=nextcloud-server.git chore: Use the same configuration in update-baseline as in psalm workflow Signed-off-by: Côme Chilliet --- diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index a31128042a1..440fc88e09a 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -28,7 +28,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' - extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip + extensions: apcu,ctype,curl,dom,fileinfo,ftp,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -37,11 +37,11 @@ jobs: run: composer install - name: Psalm - run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline + run: composer run psalm:ci -- --monochrome --no-progress --output-format=text --update-baseline continue-on-error: true - name: Psalm OCP - run: composer run psalm -- -c psalm-ocp.xml --monochrome --no-progress --output-format=github --update-baseline + run: composer run psalm:ci -- -c psalm-ocp.xml --monochrome --no-progress --output-format=github --update-baseline continue-on-error: true - name: Reset composer