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 44
44
php-version : ${{ matrix.php-version }}
45
45
tools : composer:v2
46
46
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
-
58
47
- name : " Install dependencies"
59
48
run : composer install --ansi --no-interaction --no-progress
60
49
Original file line number Diff line number Diff line change 47
47
- name : " Add PHPUnit matcher"
48
48
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
49
49
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
-
62
50
- name : " Install dependencies"
63
51
run : composer install --ansi --no-interaction --no-progress
64
52
You can’t perform that action at this time.
0 commit comments