File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 4444 php-version : ${{ matrix.php-version }}
4545 tools : composer:v2
4646
47- - name : " Set composer cache directory"
48- id : composer-cache
49- run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
50-
51- - name : " Cache composer"
52- uses : actions/cache@v4
53- with :
54- path : ${{ steps.composer-cache.outputs.dir }}
55- key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
56- restore-keys : ${{ runner.os }}-composer-
57-
5847 - name : " Install dependencies"
5948 run : composer install --ansi --no-interaction --no-progress
6049
Original file line number Diff line number Diff line change 4747 - name : " Add PHPUnit matcher"
4848 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4949
50- - name : " Set composer cache directory"
51- id : composer-cache
52- run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
53- shell : bash
54-
55- - name : " Cache composer"
56- uses : actions/cache@v4
57- with :
58- path : ${{ steps.composer-cache.outputs.dir }}
59- key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
60- restore-keys : ${{ runner.os }}-composer-
61-
6250 - name : " Install dependencies"
6351 run : composer install --ansi --no-interaction --no-progress
6452
You can’t perform that action at this time.
0 commit comments