Skip to content

Commit

Permalink
Show Curl version in GH actions, with new version fail the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Feb 26, 2024
1 parent 947f41a commit e3d2e4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress --ansi
- name: Execute tests
run: vendor/bin/pest --colors=always
run: |
php -r "echo 'Curl/', curl_version()['version'];"
vendor/bin/pest --colors=always

0 comments on commit e3d2e4d

Please sign in to comment.