File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 28
28
- name : " Checkout"
29
29
uses : " actions/checkout@v2"
30
30
31
- - name : " Set COMPOSER_ROOT_VERSION environment variable"
32
- uses : " docker://ergebnis/composer-root-version-action:0.1.3"
33
-
34
31
- name : " Update dependencies with composer"
35
32
run : " php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress"
36
33
92
89
key : " php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
93
90
restore-keys : " php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
94
91
95
- - name : " Set COMPOSER_ROOT_VERSION environment variable"
96
- uses : " docker://ergebnis/composer-root-version-action:0.1.3"
97
-
98
92
- name : " Install dependencies with composer"
99
93
run : " ./tools/composer update --no-ansi --no-interaction --no-progress"
100
94
You can’t perform that action at this time.
0 commit comments