File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : templating
2
+ runs :
3
+ using : composite
4
+ steps :
5
+ - shell : bash
6
+ run : |
7
+ set -x
8
+ git checkout -B master && scripts/dev/makedist >/dev/null
9
+ git add . -N && git diff --exit-code
Original file line number Diff line number Diff line change 14
14
- PHP-8.0
15
15
- PHP-8.1
16
16
- master
17
+ - ' **.cipush'
17
18
pull_request :
18
19
branches :
19
20
- ' **'
54
55
uses : ./.github/actions/test-linux
55
56
with :
56
57
runTestsParameters : -d zend_extension=opcache.so -d opcache.jit_buffer_size=16M
58
+ - name : Assert generated files are up to date
59
+ uses : ./.github/actions/templating
57
60
MACOS_DEBUG_NTS :
58
61
runs-on : macos-10.15
59
62
steps :
80
83
-d zend_extension=opcache.so
81
84
-d opcache.protect_memory=1
82
85
-d opcache.jit_buffer_size=16M
86
+ - name : Assert generated files are up to date
87
+ uses : ./.github/actions/templating
You can’t perform that action at this time.
0 commit comments