Skip to content

Commit b9ab6e2

Browse files
committed
ci: upgrade actions/cache from v4 to v5, add coverage xdebug config
1 parent 43db36f commit b9ab6e2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: composer-cache
2525
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2626

27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: ${{ steps.composer-cache.outputs.dir }}
3030
key: ${{ runner.os }}-composer-static-analysis-${{ hashFiles('**/composer.json') }}
@@ -156,13 +156,14 @@ jobs:
156156
php-version: ${{ matrix.php }}
157157
extensions: dom, fileinfo, mbstring, xdebug
158158
ini-values: zend.assertions=1
159+
coverage: xdebug
159160

160161
- name: Get composer cache directory
161162
id: composer-cache
162163
shell: bash
163164
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
164165

165-
- uses: actions/cache@v4
166+
- uses: actions/cache@v5
166167
with:
167168
path: ${{ steps.composer-cache.outputs.dir }}
168169
key: ${{ runner.os }}-composer-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)