Skip to content

Commit

Permalink
CI: same Mongo versions as elixir-mongodb-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mweidner037 committed Oct 14, 2024
1 parent ea0e4b9 commit 761b4cb
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ on:
- pull_request

jobs:

codeQuality:
name: "Tests & Code Quality"
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
otpElixir: [
{otp: "24.3.4.10", elixir: "1.14.3"}
]
otpElixir: [{ otp: "24.3.4.10", elixir: "1.14.3" }]
steps:
- name: repo checkout
uses: actions/checkout@v2
Expand All @@ -39,12 +36,13 @@ jobs:
strategy:
fail-fast: false
matrix:
mongodb: ["4.4", "5.0"]
otpElixir: [
{otp: "22.3.4.26", elixir: "1.12.3"},
{otp: "23.3.4.18", elixir: "1.13.4"},
{otp: "24.3.4.10", elixir: "1.14.3"}
]
mongodb: ["5.0", "6.0", "7.0"]
otpElixir:
[
{ otp: "22.3.4.26", elixir: "1.12.3" },
{ otp: "23.3.4.18", elixir: "1.13.4" },
{ otp: "24.3.4.10", elixir: "1.14.3" },
]
topology: [replica_set, server]
steps:
- name: repo checkout
Expand Down

0 comments on commit 761b4cb

Please sign in to comment.