File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ indent_style = tab
1111indent_size = tab
1212tab_width = 4
1313
14- [{* .json,* .yaml,* .yml,* .md} ]
14+ [{* .json, * .yaml, * .yml, * .md} ]
1515indent_style = space
1616indent_size = 2
Original file line number Diff line number Diff line change 66 - " .docs/**"
77 push :
88 branches :
9- - " master "
9+ - " * "
1010 schedule :
1111 - cron : " 0 8 * * 1" # At 08:00 on Monday
1212
2323
2424 strategy :
2525 matrix :
26- php-version : ["7.4"]
27- operating-system : ["ubuntu-latest"]
26+ php-version : [ "7.4" ]
27+ operating-system : [ "ubuntu-latest" ]
2828 fail-fast : false
2929
3030 steps :
8282
8383 strategy :
8484 matrix :
85- php-version : ["7.4"]
86- operating-system : ["ubuntu-latest"]
85+ php-version : [ "7.4" ]
86+ operating-system : [ "ubuntu-latest" ]
8787 fail-fast : false
8888
8989 steps :
@@ -138,8 +138,8 @@ jobs:
138138
139139 strategy :
140140 matrix :
141- php-version : ["7.2", "7.3", "7.4"]
142- operating-system : ["ubuntu-latest"]
141+ php-version : [ "7.2", "7.3", "7.4" ]
142+ operating-system : [ "ubuntu-latest" ]
143143 composer-args : [ "" ]
144144 include :
145145 - php-version : " 7.2"
@@ -207,8 +207,8 @@ jobs:
207207
208208 strategy :
209209 matrix :
210- php-version : ["7.4"]
211- operating-system : ["ubuntu-latest"]
210+ php-version : [ "7.4" ]
211+ operating-system : [ "ubuntu-latest" ]
212212 fail-fast : false
213213
214214 if : " github.event_name == 'push'"
You can’t perform that action at this time.
0 commit comments