From ac3d099b065c813ec2c61065bb968413bbc76c7e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 8 Dec 2024 10:32:22 +0100 Subject: [PATCH] More testing --- .github/workflows/verify-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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