File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3333 # @link https://github.com/marketplace/actions/install-composer-dependencies
3434 - name : Install Composer dependencies
3535 uses : " ramsey/composer-install@v2"
36+ with :
37+ # Bust the cache at least once a month - output format: YYYY-MM-DD.
38+ custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")
3639
3740 # Validate the composer.json file.
3841 # @link https://getcomposer.org/doc/03-cli.md#validate
Original file line number Diff line number Diff line change 4242 # @link https://github.com/marketplace/actions/install-composer-dependencies
4343 - name : Install Composer dependencies
4444 uses : " ramsey/composer-install@v2"
45+ with :
46+ # Bust the cache at least once a month - output format: YYYY-MM-DD.
47+ custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")
4548
4649 - name : " Lint PHP files against parse errors - PHP < 7.0"
4750 if : ${{ matrix.php < 7.0 }}
Original file line number Diff line number Diff line change 9191 # @link https://github.com/marketplace/actions/install-composer-dependencies
9292 - name : Install Composer dependencies
9393 uses : " ramsey/composer-install@v2"
94+ with :
95+ # Bust the cache at least once a month - output format: YYYY-MM-DD.
96+ custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")
9497
9598 - name : Run the unit tests
9699 if : ${{ matrix.phpunit != '^10.0' }}
You can’t perform that action at this time.
0 commit comments