File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 44
44
- name : Checkout
45
45
uses : actions/checkout@v2
46
46
47
- - uses : actions/cache@v2
48
- with :
49
- path : ~/.composer/cache/files
50
- key : ${{ matrix.php }}-${{ matrix.symfony-versions }}
51
-
52
47
- name : Setup PHP
53
48
uses : shivammathur/setup-php@v2
54
49
with :
58
53
- name : Add PHPUnit matcher
59
54
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
60
55
61
- - name : Set composer cache directory
62
- id : composer-cache
63
- run : echo "::set-output name=dir::$(composer config cache-files-dir)"
64
-
65
- - name : Cache composer
66
-
67
- with :
68
- path : ${{ steps.composer-cache.outputs.dir }}
69
- key : ${{ runner.os }}-${{ matrix.php }}-${{ matrix.symfony-versions }}-composer-${{ hashFiles('composer.json') }}
70
- restore-keys : ${{ runner.os }}-${{ matrix.php }}-${{ matrix.symfony-versions }}-composer
71
-
72
56
- name : Update Symfony version
73
57
if : matrix.symfony-versions != ''
74
58
run : |
You can’t perform that action at this time.
0 commit comments