File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,26 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os :
15- # - runsOn: macos-latest
16- # setup: brew install parallel
17-
18- - runsOn : ubuntu-latest
19-
2014 version :
21- # - '4.2'
22- # - '4.4'
23- # - '5.0'
24- # - '6.0'
25- # - '7.0'
15+ - ' 4.2'
16+ - ' 4.4'
17+ - ' 5.0'
18+ - ' 6.0'
19+ - ' 7.0'
2620 - ' 8.0'
2721
2822 topology :
29- # - name: replset
30- # srcConnStr: mongodb://localhost:27020,localhost:27021,localhost:27022
31- # dstConnStr: mongodb://localhost:27030,localhost:27031,localhost:27032
23+ - name : replset
24+ srcConnStr : mongodb://localhost:27020,localhost:27021,localhost:27022
25+ dstConnStr : mongodb://localhost:27030,localhost:27031,localhost:27032
3226
3327 - name : sharded
3428 args : --sharded 2
3529 srcConnStr : mongodb://localhost:27020
3630 dstConnStr : mongodb://localhost:27030
3731
38- runs-on : ${{matrix.os.runsOn}}
32+ # There seems no good reason to test on other OSes … ?
33+ runs-on : ubuntu-latest
3934
4035 steps :
4136 - name : Install packages
You can’t perform that action at this time.
0 commit comments