Skip to content

Commit bf6c96a

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Only check tracked files in verify-generated-files
2 parents 4dec645 + 79eba02 commit bf6c96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/verify-generated-files/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ runs:
99
scripts/dev/genfiles
1010
Zend/zend_vm_gen.php
1111
build/gen_stub.php -f
12-
git add . -N && git diff --exit-code
12+
git add . -Nu && git diff --exit-code

0 commit comments

Comments
 (0)