File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 43
43
- name : Set versions
44
44
run : composer run-script set_versions ${{ matrix.symfony-version }} ${{ matrix.phpunit-version }}
45
45
46
- - name : Cache Composer packages
47
- id : composer-cache
48
- uses : actions/cache@v3
49
- with :
50
- path : vendor
51
- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
52
- restore-keys : |
53
- ${{ runner.os }}-php-
54
-
55
46
- name : Install dependencies
56
47
uses : ramsey/composer-install@v2
57
48
67
58
68
59
- uses : actions/checkout@v3
69
60
70
- - name : Cache Composer packages
71
- id : composer-cache
72
- uses : actions/cache@v3
73
- with :
74
- path : vendor
75
- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
76
- restore-keys : |
77
- ${{ runner.os }}-php-
78
-
79
61
- name : Install dependencies
80
62
uses : ramsey/composer-install@v2
81
63
You can’t perform that action at this time.
0 commit comments