File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -186,36 +186,29 @@ jobs:
186186 phpVersionMajor : [ 8 ]
187187 phpVersionMinor : [ 1, 2, 3 ]
188188 database : [ mysql ]
189- isScheduledEventNightly :
190- - ${{github.event_name == 'schedule'}}
191189 include :
192190 # Each database once on the newest Server with preinstalled PHP version
193191 - nextcloudVersion : stable30
194192 phpVersionMajor : 8
195193 phpVersionMinor : 1
196194 database : pgsql
197- isScheduledEventNightly : ${{github.event_name == 'schedule'}}
198195 # Each oldServer with the oldest PHP version and one database
199196 - nextcloudVersion : stable26
200197 phpVersionMajor : 8
201198 phpVersionMinor : 0
202199 database : mysql
203- isScheduledEventNightly : ${{github.event_name == 'schedule'}}
204200 - nextcloudVersion : stable27
205201 phpVersionMajor : 8
206202 phpVersionMinor : 0
207203 database : mysql
208- isScheduledEventNightly : ${{github.event_name == 'schedule'}}
209204 - nextcloudVersion : stable28
210205 phpVersionMajor : 8
211206 phpVersionMinor : 1
212207 database : mysql
213- isScheduledEventNightly : ${{github.event_name == 'schedule'}}
214208 - nextcloudVersion : stable29
215209 phpVersionMajor : 8
216210 phpVersionMinor : 1
217211 database : mysql
218- isScheduledEventNightly : ${{github.event_name == 'schedule'}}
219212 runs-on : ubuntu-20.04
220213 container :
221214 image : public.ecr.aws/ubuntu/ubuntu:latest
You can’t perform that action at this time.
0 commit comments