Skip to content

Commit efd374c

Browse files
committed
Run cache job on schedule
1 parent c702b98 commit efd374c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cache.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: 'Cache PHP'
22
on:
3+
schedule:
4+
- cron: '15 1 */15 * *'
35
workflow_dispatch:
46
inputs:
57
php-versions:
68
description: 'PHP version to cache'
7-
default: '5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4'
9+
default: '8.1 8.2 8.3 8.4'
810
required: false
911
jobs:
1012
get-matrix:

0 commit comments

Comments
 (0)