Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 8, 2024
1 parent ceed57f commit ac3d099
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac3d099

Please sign in to comment.