add output for "availble" php version

This commit is contained in:
Robin Appelman 2024-02-05 19:14:53 +01:00
commit abc1a0628d
5 changed files with 4826 additions and 4765 deletions

View file

@ -22,5 +22,6 @@ jobs:
- name: Get the result
run: |
echo -e "Versions :\n${{ steps.run.outputs.versions }}"
echo -e "Available PHP :\n${{ steps.run.outputs.php-available }}"
echo -e "Branches :\n${{ steps.run.outputs.branches }}"
echo -e "Matrix :\n${{ steps.run.outputs.matrix }}"