|
22 | 22 |
|
23 | 23 | name: PHP-${{ matrix.php }} - Laravel-10 |
24 | 24 | env: |
25 | | - extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }} |
| 25 | + extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }} |
26 | 26 | extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr |
27 | 27 |
|
28 | 28 | steps: |
|
74 | 74 | - uses: actions/cache@v4 |
75 | 75 | with: |
76 | 76 | path: ${{ steps.composer-cache.outputs.dir }} |
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- |
| 77 | + key: ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }} |
| 78 | + restore-keys: ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer- |
79 | 79 |
|
80 | 80 | - name: Add token |
81 | 81 | run: | |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 |
|
110 | 110 | name: PHP-${{ matrix.php }} - Laravel-11 |
111 | 111 | env: |
112 | | - extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }} |
| 112 | + extensionKey: phpextensions-${{ matrix.os }}-P${{ matrix.php }} |
113 | 113 | extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr |
114 | 114 |
|
115 | 115 | steps: |
@@ -161,8 +161,8 @@ jobs: |
161 | 161 | - uses: actions/cache@v4 |
162 | 162 | with: |
163 | 163 | path: ${{ steps.composer-cache.outputs.dir }} |
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- |
| 164 | + key: ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }} |
| 165 | + restore-keys: ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer- |
166 | 166 |
|
167 | 167 | - name: Add token |
168 | 168 | run: | |
|
0 commit comments