We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253af88 commit 90d15a3Copy full SHA for 90d15a3
.github/actions/templating/action.yml
@@ -5,5 +5,8 @@ runs:
5
- shell: bash
6
run: |
7
set -x
8
- git checkout -B master && scripts/dev/makedist >/dev/null
+ git add . -N && git diff --exit-code
9
+ scripts/dev/genfiles
10
+ Zend/zend_vm_gen.php
11
+ echo XXX not runnable using PHP 8.2 XXX build/gen_stub.php -f
12
git add . -N && git diff --exit-code
0 commit comments