File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 with :
5454 dependency-versions : " ${{ inputs.composer-dependencies }}"
5555 composer-options : " ${{ inputs.composer-options }}"
56+ # Bust the cache at least once a month - output format: YYYY-MM.
57+ custom-cache-suffix : $(date -u "+%Y-%m")
5658
5759 - name : " Collect code coverage with Xdebug and phpunit/phpunit"
5860 env :
Original file line number Diff line number Diff line change 6060 with :
6161 dependency-versions : " ${{ inputs.composer-dependencies }}"
6262 composer-options : " ${{ inputs.composer-options }}"
63+ # Bust the cache at least once a month - output format: YYYY-MM.
64+ custom-cache-suffix : $(date -u "+%Y-%m")
6365
6466 - name : " Code style check"
6567 uses : " phpDocumentor/coding-standard@latest"
Original file line number Diff line number Diff line change 6363 with :
6464 dependency-versions : " ${{ inputs.composer-dependencies }}"
6565 composer-options : " ${{ inputs.composer-options }}"
66+ # Bust the cache at least once a month - output format: YYYY-MM.
67+ custom-cache-suffix : $(date -u "+%Y-%m")
6668
6769 - name : " Run tests with phpunit/phpunit"
6870 run : " vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }}"
Original file line number Diff line number Diff line change 6060 with :
6161 dependency-versions : " ${{ inputs.composer-dependencies }}"
6262 composer-options : " ${{ inputs.composer-options }}"
63+ # Bust the cache at least once a month - output format: YYYY-MM.
64+ custom-cache-suffix : $(date -u "+%Y-%m")
6365
6466 - name : " Run maglnet/composer-require-checker"
6567 run : " composer-require-checker check --config-file=$(pwd)/composer-require-checker.json"
Original file line number Diff line number Diff line change 6060 with :
6161 dependency-versions : " ${{ inputs.composer-dependencies }}"
6262 composer-options : " ${{ inputs.composer-options }}"
63+ # Bust the cache at least once a month - output format: YYYY-MM.
64+ custom-cache-suffix : $(date -u "+%Y-%m")
6365
6466 - name : " Create cache directory for phpstan/phpstan"
6567 run : " mkdir -p .build/phpstan"
You can’t perform that action at this time.
0 commit comments