Commit b290f87 1 parent 427ff57 commit b290f87 Copy full SHA for b290f87
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ jobs:
134
134
uses : " ramsey/composer-install@v2"
135
135
with :
136
136
composer-options : ' --optimize-autoloader'
137
- # Bust the cache at least once a month - output format: YYYY-MM-DD .
138
- custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F ")
137
+ # Bust the cache at least once a month - output format: YYYY-MM.
138
+ custom-cache-suffix : $(date -u "+%Y-%m ")
139
139
140
140
- name : Install Composer dependencies
141
141
if : ${{ matrix.php == '8.3' }}
142
142
uses : " ramsey/composer-install@v2"
143
143
with :
144
144
composer-options : ' --ignore-platform-reqs --optimize-autoloader'
145
- custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F ")
145
+ custom-cache-suffix : $(date -u "+%Y-%m ")
146
146
147
147
- name : Run integration tests
148
148
run : vendor/bin/phpunit --no-coverage
Original file line number Diff line number Diff line change 39
39
- name : Install Composer dependencies
40
40
uses : " ramsey/composer-install@v2"
41
41
with :
42
- # Bust the cache at least once a month - output format: YYYY-MM-DD .
43
- custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F ")
42
+ # Bust the cache at least once a month - output format: YYYY-MM.
43
+ custom-cache-suffix : $(date -u "+%Y-%m ")
44
44
45
45
- name : Lint against parse errors
46
46
run : composer lint -- --checkstyle | cs2pr
Original file line number Diff line number Diff line change 60
60
uses : " ramsey/composer-install@v2"
61
61
with :
62
62
composer-options : ' --optimize-autoloader'
63
- # Bust the cache at least once a month - output format: YYYY-MM-DD .
64
- custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F ")
63
+ # Bust the cache at least once a month - output format: YYYY-MM.
64
+ custom-cache-suffix : $(date -u "+%Y-%m ")
65
65
66
66
- name : Run integration tests
67
67
run : vendor/bin/phpunit --no-coverage
Original file line number Diff line number Diff line change 37
37
- name : Install Composer dependencies
38
38
uses : " ramsey/composer-install@v2"
39
39
with :
40
- # Bust the cache at least once a month - output format: YYYY-MM-DD .
41
- custom-cache-suffix : $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F ")
40
+ # Bust the cache at least once a month - output format: YYYY-MM.
41
+ custom-cache-suffix : $(date -u "+%Y-%m ")
42
42
43
43
- name : Download security checker
44
44
# yamllint disable-line rule:line-length
You can’t perform that action at this time.
0 commit comments