4949 uses : actions/cache@v4
5050 with :
5151 path : ${{ steps.extcache.outputs.dir }}
52- key : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
53- restore-keys : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
52+ key : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
53+ restore-keys : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
5454
5555 - name : Setup PHP
5656 uses : shivammathur/setup-php@v2
7474 - uses : actions/cache@v4
7575 with :
7676 path : ${{ steps.composer-cache.outputs.dir }}
77- key : ${{ runner .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
78- restore-keys : ${{ runner .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
77+ key : ${{ matrix .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
78+ restore-keys : ${{ matrix .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
7979
8080 - name : Add token
8181 run : |
@@ -136,8 +136,8 @@ jobs:
136136 uses : actions/cache@v4
137137 with :
138138 path : ${{ steps.extcache.outputs.dir }}
139- key : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
140- restore-keys : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
139+ key : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
140+ restore-keys : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
141141
142142 - name : Setup PHP
143143 uses : shivammathur/setup-php@v2
@@ -161,8 +161,8 @@ jobs:
161161 - uses : actions/cache@v4
162162 with :
163163 path : ${{ steps.composer-cache.outputs.dir }}
164- key : ${{ runner .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
165- restore-keys : ${{ runner .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
164+ key : ${{ matrix .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
165+ restore-keys : ${{ matrix .os }}-STDPUSH-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
166166
167167 - name : Add token
168168 run : |
0 commit comments