File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 3
3
- pull_request
4
4
5
5
jobs :
6
-
7
6
codeQuality :
8
7
name : " Tests & Code Quality"
9
8
runs-on : ubuntu-20.04
10
9
strategy :
11
10
fail-fast : false
12
11
matrix :
13
- otpElixir : [
14
- {otp: "24.3.4.10", elixir: "1.14.3"}
15
- ]
12
+ otpElixir : [{ otp: "24.3.4.10", elixir: "1.14.3" }]
16
13
steps :
17
14
- name : repo checkout
18
15
uses : actions/checkout@v2
@@ -39,12 +36,13 @@ jobs:
39
36
strategy :
40
37
fail-fast : false
41
38
matrix :
42
- mongodb : ["4.4", "5.0"]
43
- otpElixir : [
44
- {otp: "22.3.4.26", elixir: "1.12.3"},
45
- {otp: "23.3.4.18", elixir: "1.13.4"},
46
- {otp: "24.3.4.10", elixir: "1.14.3"}
47
- ]
39
+ mongodb : ["5.0", "6.0", "7.0"]
40
+ otpElixir :
41
+ [
42
+ { otp: "22.3.4.26", elixir: "1.12.3" },
43
+ { otp: "23.3.4.18", elixir: "1.13.4" },
44
+ { otp: "24.3.4.10", elixir: "1.14.3" },
45
+ ]
48
46
topology : [replica_set, server]
49
47
steps :
50
48
- name : repo checkout
You can’t perform that action at this time.
0 commit comments