diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index cb3a1aa552..b0e2659e40 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -307,7 +307,10 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Verify the PHAR is nominally functional - run: php ./tools/${{ matrix.pharfile }} -e --standard=PSR12 + run: php ./tools/${{ matrix.pharfile }} . -e --standard=PSR12 + + - name: TESTING Verify the PHAR is nominally functional + run: php ./tools/${{ matrix.pharfile }} . -e --standard=PSR4 - name: Grab the version id: asset_version