Skip to content

Commit 761b4cb

Browse files
committed
CI: same Mongo versions as elixir-mongodb-driver
1 parent ea0e4b9 commit 761b4cb

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ on:
33
- pull_request
44

55
jobs:
6-
76
codeQuality:
87
name: "Tests & Code Quality"
98
runs-on: ubuntu-20.04
109
strategy:
1110
fail-fast: false
1211
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" }]
1613
steps:
1714
- name: repo checkout
1815
uses: actions/checkout@v2
@@ -39,12 +36,13 @@ jobs:
3936
strategy:
4037
fail-fast: false
4138
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+
]
4846
topology: [replica_set, server]
4947
steps:
5048
- name: repo checkout

0 commit comments

Comments
 (0)