File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ indent_style = tab
11
11
indent_size = tab
12
12
tab_width = 4
13
13
14
- [{* .json,* .yml, * .yaml, * .md} ]
14
+ [{* .json, * .yaml, * .yml, * .md} ]
15
15
indent_style = space
16
16
indent_size = 2
Original file line number Diff line number Diff line change 6
6
- " .docs/**"
7
7
push :
8
8
branches :
9
- - " master "
9
+ - " * "
10
10
schedule :
11
11
- cron : " 0 8 * * 1" # At 08:00 on Monday
12
12
24
24
25
25
strategy :
26
26
matrix :
27
- php-version : ["7.4"]
28
- operating-system : ["ubuntu-latest"]
27
+ php-version : [ "7.4" ]
28
+ operating-system : [ "ubuntu-latest" ]
29
29
fail-fast : false
30
30
31
31
steps :
84
84
85
85
strategy :
86
86
matrix :
87
- php-version : ["7.4"]
88
- operating-system : ["ubuntu-latest"]
87
+ php-version : [ "7.4" ]
88
+ operating-system : [ "ubuntu-latest" ]
89
89
fail-fast : false
90
90
91
91
steps :
@@ -141,8 +141,8 @@ jobs:
141
141
142
142
strategy :
143
143
matrix :
144
- php-version : ["7.2", "7.3", "7.4"]
145
- operating-system : ["ubuntu-latest"]
144
+ php-version : [ "7.2", "7.3", "7.4" ]
145
+ operating-system : [ "ubuntu-latest" ]
146
146
composer-args : [ "" ]
147
147
include :
148
148
- php-version : " 7.2"
@@ -215,8 +215,8 @@ jobs:
215
215
216
216
strategy :
217
217
matrix :
218
- php-version : ["7.4"]
219
- operating-system : ["ubuntu-latest"]
218
+ php-version : [ "7.4" ]
219
+ operating-system : [ "ubuntu-latest" ]
220
220
fail-fast : false
221
221
222
222
if : " github.event_name == 'push'"
You can’t perform that action at this time.
0 commit comments