Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Jun 17, 2024
1 parent edaea58 commit 03b0457
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ jobs:
run: |
php -v
php -m
php -r "if(! extension_loaded('${{ matrix.ext }}')) {throw new Exception('${{ matrix.ext }} not found');}"
# - if: failure()
# uses: mxschmitt/action-tmate@v3.16
php -r "if(! extension_loaded('${{ matrix.ext }}')) {throw new Exception('${{ matrix.ext }} not found');}"

0 comments on commit 03b0457

Please sign in to comment.