File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout
33
33
uses : actions/checkout@v2
34
34
35
+ - uses : actions/cache@v2
36
+ with :
37
+ path : ~/.composer/cache/files
38
+ key : ${{ matrix.php }}
39
+
35
40
- name : Set ENV vars
36
41
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
37
42
run : |
41
46
- name : Display Env
42
47
run : env
43
48
44
- - uses : actions/cache@v2
45
- with :
46
- path : ~/.composer/cache/files
47
- key : ${{ matrix.php }}
48
-
49
49
# usage refer https://github.com/shivammathur/setup-php
50
50
- name : Setup PHP
51
51
timeout-minutes : 5
68
68
cat changelog.md
69
69
70
70
# phpunit -v --debug
71
- # phpdbg -dauto_globals_jit=Off -qrr $(which phpunit) --coverage-clover ./test/clover.info
71
+ # phpdbg -dauto_globals_jit=Off-qrr $(which phpunit) --coverage-clover ./test/clover.info
72
72
- name : Run test suite
73
73
run : |
74
74
php example/flags-demo.php -h
You can’t perform that action at this time.
0 commit comments