Skip to content

Commit 09b1d5f

Browse files
committed
Update php80.yml
1 parent 5135fcf commit 09b1d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php80.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
name: PHP${{matrix.php}} - ${{matrix.os}}
2828

2929
steps:
30+
- name: List All
31+
run: find . -printf "%p\n"
32+
3033
- name: Clone Repo
3134
uses: actions/checkout@v4
3235

0 commit comments

Comments
 (0)